SHA256
1
0
forked from pool/codespell
Files
codespell/patch_version.patch

19 lines
596 B
Diff
Raw Permalink Normal View History

Accepting request 1073752 from home:sebix:branches:devel:tools - remove manpage as the build of the page no longer works it requires an executable file, which no longer is present - add patch_version.patch to add the version to the lib - remove help2man-run-needs-utf8-locale.patch - update to version 2.2.4: - BUG: Fix bug with toml triage (#2774) - update to version 2.2.3: - Misspelling of sufficient, sufficiently by @vikivivi in #2531 - insuffient->insufficient by @tkoyama010 in #2527 - add anayltic(s|al|ally) -> analytic(s|al|ally) by @robin-wayve in #2507 - Ignore flake8 rule W503 by @DimitriPapadopoulos in #2069 - Dead code found by vulture by @DimitriPapadopoulos in #2101 - Move falsy and accreting to more appropriate files by @janosh in #2511 - Add subtrate->substrate by @janosh in #2525 - Add "subtask" by @int-y1 in #2537 - Apply pyupgrade to project by @jdufresne in #2364 - {speherical,sperhical}->spherical by @janosh in #2540 - interepolation->interpolation by @tkoyama010 in #2512 - Ignore .mypy_cache folder by @kianmeng in #2361 - Fix uncaught exception on unreadable files by @DimitriPapadopoulos in #2196 - Add constrainst to dictionary by @jonathanberthias in #2546 - Add relative hidden directory and basic subdir tests by @peternewman in #2542 - Add trignometric->trigonometric by @janosh in #2549 - Add virtualied->virtualized, virtualised and friends by @peternewman in #2553 - Add several spelling corrections by @luzpaz in #2521 - Slightly simplify some boolean expressions by @jdufresne in #2556 - MAINT: Add CODEOWNERS by @larsoner in #2535 - positivie->positive by @janosh in #2558 - DOC/ENH: Clarify usage or configuration files and log about it by @sappelhoff in #2552 - Document required setuptools version by @DimitriPapadopoulos in #2560 OBS-URL: https://build.opensuse.org/request/show/1073752 OBS-URL: https://build.opensuse.org/package/show/devel:tools/codespell?expand=0&rev=20
2023-03-22 20:11:20 +00:00
--- /dev/null 2023-03-19 01:06:39.022534621 +0100
+++ b/codespell_lib/_version.py 2023-03-22 11:48:11.307549334 +0100
@@ -0,0 +1,4 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+__version__ = version = '2.2.5'
+__version_tuple__ = version_tuple = (2, 2, 5)
Accepting request 1073752 from home:sebix:branches:devel:tools - remove manpage as the build of the page no longer works it requires an executable file, which no longer is present - add patch_version.patch to add the version to the lib - remove help2man-run-needs-utf8-locale.patch - update to version 2.2.4: - BUG: Fix bug with toml triage (#2774) - update to version 2.2.3: - Misspelling of sufficient, sufficiently by @vikivivi in #2531 - insuffient->insufficient by @tkoyama010 in #2527 - add anayltic(s|al|ally) -> analytic(s|al|ally) by @robin-wayve in #2507 - Ignore flake8 rule W503 by @DimitriPapadopoulos in #2069 - Dead code found by vulture by @DimitriPapadopoulos in #2101 - Move falsy and accreting to more appropriate files by @janosh in #2511 - Add subtrate->substrate by @janosh in #2525 - Add "subtask" by @int-y1 in #2537 - Apply pyupgrade to project by @jdufresne in #2364 - {speherical,sperhical}->spherical by @janosh in #2540 - interepolation->interpolation by @tkoyama010 in #2512 - Ignore .mypy_cache folder by @kianmeng in #2361 - Fix uncaught exception on unreadable files by @DimitriPapadopoulos in #2196 - Add constrainst to dictionary by @jonathanberthias in #2546 - Add relative hidden directory and basic subdir tests by @peternewman in #2542 - Add trignometric->trigonometric by @janosh in #2549 - Add virtualied->virtualized, virtualised and friends by @peternewman in #2553 - Add several spelling corrections by @luzpaz in #2521 - Slightly simplify some boolean expressions by @jdufresne in #2556 - MAINT: Add CODEOWNERS by @larsoner in #2535 - positivie->positive by @janosh in #2558 - DOC/ENH: Clarify usage or configuration files and log about it by @sappelhoff in #2552 - Document required setuptools version by @DimitriPapadopoulos in #2560 OBS-URL: https://build.opensuse.org/request/show/1073752 OBS-URL: https://build.opensuse.org/package/show/devel:tools/codespell?expand=0&rev=20
2023-03-22 20:11:20 +00:00
--- a/pyproject.toml 2023-03-22 10:50:42.939917750 +0000
+++ b/pyproject.toml 2023-03-22 10:53:54.345431869 +0000
@@ -28,7 +28,7 @@
"Programming Language :: Python :: 3.11",
]
dependencies = []
-dynamic = ["version"]
+version = "2.2.5"
Accepting request 1073752 from home:sebix:branches:devel:tools - remove manpage as the build of the page no longer works it requires an executable file, which no longer is present - add patch_version.patch to add the version to the lib - remove help2man-run-needs-utf8-locale.patch - update to version 2.2.4: - BUG: Fix bug with toml triage (#2774) - update to version 2.2.3: - Misspelling of sufficient, sufficiently by @vikivivi in #2531 - insuffient->insufficient by @tkoyama010 in #2527 - add anayltic(s|al|ally) -> analytic(s|al|ally) by @robin-wayve in #2507 - Ignore flake8 rule W503 by @DimitriPapadopoulos in #2069 - Dead code found by vulture by @DimitriPapadopoulos in #2101 - Move falsy and accreting to more appropriate files by @janosh in #2511 - Add subtrate->substrate by @janosh in #2525 - Add "subtask" by @int-y1 in #2537 - Apply pyupgrade to project by @jdufresne in #2364 - {speherical,sperhical}->spherical by @janosh in #2540 - interepolation->interpolation by @tkoyama010 in #2512 - Ignore .mypy_cache folder by @kianmeng in #2361 - Fix uncaught exception on unreadable files by @DimitriPapadopoulos in #2196 - Add constrainst to dictionary by @jonathanberthias in #2546 - Add relative hidden directory and basic subdir tests by @peternewman in #2542 - Add trignometric->trigonometric by @janosh in #2549 - Add virtualied->virtualized, virtualised and friends by @peternewman in #2553 - Add several spelling corrections by @luzpaz in #2521 - Slightly simplify some boolean expressions by @jdufresne in #2556 - MAINT: Add CODEOWNERS by @larsoner in #2535 - positivie->positive by @janosh in #2558 - DOC/ENH: Clarify usage or configuration files and log about it by @sappelhoff in #2552 - Document required setuptools version by @DimitriPapadopoulos in #2560 OBS-URL: https://build.opensuse.org/request/show/1073752 OBS-URL: https://build.opensuse.org/package/show/devel:tools/codespell?expand=0&rev=20
2023-03-22 20:11:20 +00:00
[project.optional-dependencies]
dev = [