Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scrapinghub/python-crfsuite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: modernizing
Choose a base ref
...
head repository: scrapinghub/python-crfsuite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 12, 2024

  1. Define _POSIX_C_SOURCE for crfsuite source files

    gcc-14 has "-Werror=implicit-function-declaration" enabled by default.
    crfsuite uses posix_memalign which only gets defined when _POSIX_C_SOURCE is
    defined, so make sure the flag is set when compiling crfsuite.
    
    On the other hand, openSUSE Tumbleweed has _POSIX_C_SOURCE defined
    in pyconfig.h, so you must not add "-D_POSIX_C_SOURCE" when compiling
    the python binding source code. So add it only for the subdir crfsuite.
    karcherm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    df2857f View commit details
    Browse the repository at this point in the history
  2. Use gcc-specific _compile method for triplet-gcc as well

    On debian bookworm, distutils invokes gcc as x86_64-linux-gnu-gcc, so allow
    command line elements ending in "-gcc" as well as command line elements being
    exactly "gcc".
    karcherm committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4bf558b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Bump actions/download-artifact

    Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/download-artifact` from 3 to 4.1.7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a69cb07 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #163 from scrapinghub/dependabot/github_actions/do…

    …t-github/workflows/github_actions-14598a9f5f
    
    Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
    fgregg authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5f4ea2b View commit details
    Browse the repository at this point in the history
  2. Update build_and_upload.yml

    fgregg authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    414c826 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge pull request #165 from scrapinghub/modernizing

    modernize code and packaging, and make package installable from cython source
    fgregg authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c6d25ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49caf20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d1d0c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #160 from karcherm/allow-triplet-gcc

    Use gcc-specific _compile method for triplet-gcc as well
    fgregg authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c0a5f95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #159 from karcherm/fix-gcc14-build

    Define _POSIX_C_SOURCE for crfsuite source files
    fgregg authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    adfb0bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db469a View commit details
    Browse the repository at this point in the history
  7. add broken tests.

    Elijah Rippeth authored and fgregg committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    75c3081 View commit details
    Browse the repository at this point in the history
  8. make default string encoding utf-8 to handle non-ascii X's and y's

    Elijah Rippeth authored and fgregg committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4014eb0 View commit details
    Browse the repository at this point in the history
  9. set up quemu

    fgregg committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    248699e View commit details
    Browse the repository at this point in the history
  10. bump version

    fgregg committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    77b4717 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0ca3292 View commit details
    Browse the repository at this point in the history
  2. overwrite

    fgregg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a1df056 View commit details
    Browse the repository at this point in the history
  3. upload and download upgrades

    fgregg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1b2865b View commit details
    Browse the repository at this point in the history
  4. typo

    fgregg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e81d4fa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Bump pypa/gh-action-pypi-publish (#166)

    Bumps the github_actions group with 1 update in the /.github/workflows directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).
    
    
    Updates `pypa/gh-action-pypi-publish` from 1.8.10 to 1.13.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.13.0
      dependency-type: direct:production
      dependency-group: github_actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    3b3de4b View commit details
    Browse the repository at this point in the history
Loading