c9689b6b64- update to 24.0: * Do specifier matching correctly when the specifier contains an epoch number and has more components than the version (:issue:683) * Support the experimental --disable-gil builds in packaging.tags (:issue:727) * BREAKING: Make optional metadata.Metadata attributes default to None (:issue:733) * Fix errors when trying to access the description_content_type, keywords, and requires_python attributes on metadata.Metadata when those values have not been provided (:issue:733) * Fix a bug preventing the use of the built in ExceptionGroup on versions of Python that support it (:issue:725)Dirk Mueller2024-03-16 09:28:52 +00:00
5ed9bdac75Accepting request 1125176 from devel:languages:python
Ana Guerrero
2023-11-13 21:15:41 +00:00
2303d6440cAccepting request 1124436 from home:ecsos:pythonDirk Mueller2023-11-11 16:09:59 +00:00
651be68e85Accepting request 1109351 from devel:languages:python
Ana Guerrero
2023-09-07 19:12:53 +00:00
ee444c8ea3- Update in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)Dirk Mueller2023-09-06 21:04:34 +00:00
570a254717- update to 23.1 * chore: add typed classifier * Improve parser error messaging around mistakes in/around version specifiers * Upgrade to latest mypy * Delete print() from test_tags * Update our linters * Improve error for local version label with unsupported operators * Parse raw metadata * Handle prefix match with zeros at end of prefix correctly * Relax typing of _key on _BaseVersion * Replace spaces in platform names with underscores * Import underlying parser function as an underscored variableDirk Mueller2023-04-15 10:29:46 +00:00
e29925bb8e- Don't use :primary multibuild flavor for non-Tumbleweed * accomodates special SLE15 projects defininig extra flavors but not building for primary python3Dirk Mueller2023-03-09 16:40:11 +00:00
324aec8654- update to 21.2: * Update documentation entry for 21.1. * Update pin to pyparsing to exclude 3.0.0. * PEP 656: musllinux support * Drop support for Python 2.7, Python 3.4 and Python 3.5. * Replace distutils usage with sysconfig * Add support for zip files in `parse_sdist_filename * Use cached _hash attribute to short-circuit tag equality comparisons * Specify the default value for the specifier argument to SpecifierSet * Proper keyword-only "warn" argument in packaging.tags * Correctly remove prerelease suffixes from ~= check * Fix type hints for Version.post and Version.dev * Use typing alias UnparsedVersion * Improve type inference for packaging.specifiers.filter() * Tighten the return type of canonicalize_version()` - drop no-legacyversion-warning.patch: setuptools has been updatedDirk Mueller2021-11-06 18:35:22 +00:00
3fc200ffa0- update to 20.9: * Run [isort](https://pypi.org/project/isort/) over the code base (:issue:377) * Add support for the `macosx_10_*_universal2 platform tags (:issue:379) * Introduce packaging.utils.parse_wheel_filename() and parse_sdist_filename()`Dirk Mueller2021-03-08 22:40:04 +00:00
a9f25afd53- update to 20.8: * Revert back to setuptools for compatibility purposes for some Linux distros (:issue:363) * Do not insert an underscore in wheel tags when the interpreter version number is more than 2 digits (:issue:372) * Fix flit configuration, to include LICENSE files (:issue:357) * Make intel a recognized CPU architecture for the universal macOS platform tag (:issue:361) * Add some missing type hints to packaging.requirements (issue:350) * Officially support Python 3.9 (:issue:343) * Deprecate the `LegacyVersion and LegacySpecifier classes (:issue:321) * Handle OSError` on non-dynamic executables when attempting to resolve the glibc version string.Dirk Mueller2020-12-20 09:37:48 +00:00
bed30c1bba- update to 20.4: * Canonicalize version before comparing specifiers. (:issue:282) * Change type hint for `canonicalize_name to return packaging.utils.NormalizedName`. This enables the use of static typing tools (like mypy) to detect mixing of normalized and un-normalized names.Dirk Mueller2020-06-02 16:36:49 +00:00
92c7af7df0- Ignore clamav scan as it bogusly calls one file to be infected while it is just a testcase of malformed binary: #!BuildIgnore: post-build-checks-malwarescan
Tomáš Chvátal
2020-05-05 07:24:20 +00:00
994385f026Accepting request 783880 from home:mcalabkova:branches:devel:languages:python
Tomáš Chvátal
2020-03-11 14:50:30 +00:00
04de720a74Accepting request 773191 from devel:languages:python
Oliver Kurz
2020-02-14 15:22:41 +00:00
b66212fb9c- add issue_254.patch to fix tests under non-x86_64 pplatformsOndřej Súkup2020-02-10 14:52:07 +00:00
ab1b29be41- Update to 20.1 * Fix a bug caused by reuse of an exhausted iterator. * Add type hints * Add proper trove classifiers for PyPy support * Scale back depending on ctypes for manylinux support detection * Use sys.implementation.name where appropriate for packaging.tags * Expand upon the API provded by packaging.tags * Officially support Python 3.8 * Add major, minor, and micro aliases to packaging.version.Version * Properly mark packaging has being fully typed by adding a py.typed fileOndřej Súkup2020-02-05 14:22:27 +00:00
40afb832a6- Update to 19.2: * Many buildsystem tweaks to accomodate for distribution shipping - Remove all the merged patches: * 0001-Fix-test-failures-test_linux_platforms_manylinux-for.patch * 0002-Fix-check-for-64-bit-OS.patch * 0003-Add-additional-test-to-get-100-branch-coverage.patch * 0004-Fix-test_macos_version_detection-failure-on-32-bit-L.patch * 0005-Drop-dependency-on-attrs.patch
Tomáš Chvátal
2019-10-08 09:28:23 +00:00
22e9dd043bAccepting request 460226 from devel:languages:python:singlespec
Jan Matejek
2017-02-24 14:34:24 +00:00
05d0d79017- update for single-spec - drop setuptools dependency, as this is itself now a dependency of setuptools - run tests conditionally, to minimize dependency tree - ensure egg-info is a directory (distutils would install it as file)
Jan Matejek
2017-02-23 13:18:40 +00:00