-
Notifications
You must be signed in to change notification settings - Fork 222
Comparing changes
Open a pull request
base repository: scrapinghub/python-crfsuite
base: modernizing
head repository: scrapinghub/python-crfsuite
compare: master
- 20 commits
- 6 files changed
- 5 contributors
Commits on Jun 12, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for df2857f - Browse repository at this point
Copy the full SHA df2857fView commit details -
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".
Configuration menu - View commit details
-
Copy full SHA for 4bf558b - Browse repository at this point
Copy the full SHA 4bf558bView commit details
Commits on Sep 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a69cb07 - Browse repository at this point
Copy the full SHA a69cb07View commit details
Commits on Sep 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 5f4ea2b - Browse repository at this point
Copy the full SHA 5f4ea2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 414c826 - Browse repository at this point
Copy the full SHA 414c826View commit details
Commits on Sep 30, 2024
-
Merge pull request #165 from scrapinghub/modernizing
modernize code and packaging, and make package installable from cython source
Configuration menu - View commit details
-
Copy full SHA for c6d25ad - Browse repository at this point
Copy the full SHA c6d25adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49caf20 - Browse repository at this point
Copy the full SHA 49caf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6d1d0c - Browse repository at this point
Copy the full SHA e6d1d0cView commit details -
Merge pull request #160 from karcherm/allow-triplet-gcc
Use gcc-specific _compile method for triplet-gcc as well
Configuration menu - View commit details
-
Copy full SHA for c0a5f95 - Browse repository at this point
Copy the full SHA c0a5f95View commit details -
Merge pull request #159 from karcherm/fix-gcc14-build
Define _POSIX_C_SOURCE for crfsuite source files
Configuration menu - View commit details
-
Copy full SHA for adfb0bd - Browse repository at this point
Copy the full SHA adfb0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db469a - Browse repository at this point
Copy the full SHA 4db469aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c3081 - Browse repository at this point
Copy the full SHA 75c3081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4014eb0 - Browse repository at this point
Copy the full SHA 4014eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 248699e - Browse repository at this point
Copy the full SHA 248699eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b4717 - Browse repository at this point
Copy the full SHA 77b4717View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ca3292 - Browse repository at this point
Copy the full SHA 0ca3292View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1df056 - Browse repository at this point
Copy the full SHA a1df056View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2865b - Browse repository at this point
Copy the full SHA 1b2865bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e81d4fa - Browse repository at this point
Copy the full SHA e81d4faView commit details
Commits on Sep 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3b3de4b - Browse repository at this point
Copy the full SHA 3b3de4bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff modernizing...master