File python-packaging.changes of Package python-packaging
285
1
-------------------------------------------------------------------
2
Thu Jul 21 10:16:17 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
3
4
- Update in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
5
6
-------------------------------------------------------------------
7
Sun May 29 09:22:42 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
8
9
- Add patch to fix testsuite on big-endian targets
10
+ fix-big-endian-build.patch
11
12
-------------------------------------------------------------------
13
Mon Apr 25 07:56:29 UTC 2022 - Hui-Zhi Zhao <hui.zhi.zhao@suse.com>
14
15
- Ignore python3.6.2 since the test doesn't support it.
16
17
-------------------------------------------------------------------
18
Wed Nov 24 15:16:45 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
19
20
- update to 21.3:
21
* Add a pp3-none-any tag (gh#pypa/packaging#311)
22
* Replace the blank pyparsing 3 exclusion with a 3.0.5 exclusion
23
(gh#pypa/packaging#481), (gh#pypa/packaging#486)
24
* Fix a spelling mistake (gh#pypa/packaging#479)
25
26
-------------------------------------------------------------------
27
Sat Nov 6 18:30:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
28
29
- update to 21.2:
30
* Update documentation entry for 21.1.
31
* Update pin to pyparsing to exclude 3.0.0.
32
* PEP 656: musllinux support
33
* Drop support for Python 2.7, Python 3.4 and Python 3.5.
34
* Replace distutils usage with sysconfig
35
* Add support for zip files in ``parse_sdist_filename``
36
* Use cached ``_hash`` attribute to short-circuit tag equality comparisons
37
* Specify the default value for the ``specifier`` argument to ``SpecifierSet``
38
* Proper keyword-only "warn" argument in packaging.tags
39
* Correctly remove prerelease suffixes from ~= check
40
* Fix type hints for ``Version.post`` and ``Version.dev``
41
* Use typing alias ``UnparsedVersion``
42
* Improve type inference for ``packaging.specifiers.filter()``
43
* Tighten the return type of ``canonicalize_version()``
44
45
-------------------------------------------------------------------
46
Thu Jun 17 17:28:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
47
48
- Add Provides: for python*dist(packaging): work around boo#1186870
49
- skip tests failing because of no-legacyversion-warning.patch
50
51
-------------------------------------------------------------------
52
Sat May 1 21:03:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
53
54
- add no-legacyversion-warning.patch to restore compatibility with 20.4
55
56
-------------------------------------------------------------------
57
Tue Feb 2 01:02:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
58
59
- update to 20.9:
60
* Run [isort](https://pypi.org/project/isort/) over the code base (:issue:`377`)
61
* Add support for the ``macosx_10_*_universal2`` platform tags (:issue:`379`)
62
* Introduce ``packaging.utils.parse_wheel_filename()`` and ``parse_sdist_filename()``
63
64
-------------------------------------------------------------------
65
Sun Dec 20 09:37:07 UTC 2020 - Dirk Müller <dmueller@suse.com>
66
67
- update to 20.8:
68
* Revert back to setuptools for compatibility purposes for some Linux distros (:issue:`363`)
69
* Do not insert an underscore in wheel tags when the interpreter version number
70
is more than 2 digits (:issue:`372`)
71
* Fix flit configuration, to include LICENSE files (:issue:`357`)
72
* Make `intel` a recognized CPU architecture for the `universal` macOS platform tag (:issue:`361`)
73
* Add some missing type hints to `packaging.requirements` (issue:`350`)
74
* Officially support Python 3.9 (:issue:`343`)
75
* Deprecate the ``LegacyVersion`` and ``LegacySpecifier`` classes (:issue:`321`)
76
* Handle ``OSError`` on non-dynamic executables when attempting to resolve
77
the glibc version string.
78
79
-------------------------------------------------------------------
80
Tue Jun 2 16:35:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>
81
82
- update to 20.4:
83
* Canonicalize version before comparing specifiers. (:issue:`282`)
84
* Change type hint for ``canonicalize_name`` to return
85
``packaging.utils.NormalizedName``.
86
This enables the use of static typing tools (like mypy) to detect mixing of
87
normalized and un-normalized names.
88
89
-------------------------------------------------------------------
90
Tue May 5 07:23:22 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
91
92
- Ignore clamav scan as it bogusly calls one file to be infected
93
while it is just a testcase of malformed binary:
94
#!BuildIgnore: post-build-checks-malwarescan
95
96
-------------------------------------------------------------------
97
Wed Mar 11 14:37:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
98
99
- Update to 20.3
100
* Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU
101
(e.g. ARM-v8, aarch64), to report the wrong bitness.
102
- Drop already upstreamed patch issue_254.patch
103
104
-------------------------------------------------------------------
105
Mon Feb 10 14:51:38 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
106
107
- add issue_254.patch to fix tests under non-x86_64 pplatforms
108
109
-------------------------------------------------------------------
110
Wed Feb 5 13:45:06 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
111
112
- Update to 20.1
113
* Fix a bug caused by reuse of an exhausted iterator.
114
* Add type hints
115
* Add proper trove classifiers for PyPy support
116
* Scale back depending on ctypes for manylinux support detection
117
* Use sys.implementation.name where appropriate for packaging.tags
118
* Expand upon the API provded by packaging.tags
119
* Officially support Python 3.8
120
* Add major, minor, and micro aliases to packaging.version.Version
121
* Properly mark packaging has being fully typed by adding a py.typed file
122
123
-------------------------------------------------------------------
124
Tue Oct 8 09:22:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
125
126
- Update to 19.2:
127
* Many buildsystem tweaks to accomodate for distribution shipping
128
- Remove all the merged patches:
129
* 0001-Fix-test-failures-test_linux_platforms_manylinux-for.patch
130
* 0002-Fix-check-for-64-bit-OS.patch
131
* 0003-Add-additional-test-to-get-100-branch-coverage.patch
132
* 0004-Fix-test_macos_version_detection-failure-on-32-bit-L.patch
133
* 0005-Drop-dependency-on-attrs.patch
134
135
-------------------------------------------------------------------
136
Mon Aug 19 08:15:30 UTC 2019 - Dan Čermák <dcermak@suse.com>
137
138
- Remove dependency on attrs
139
Add: 0005-Drop-dependency-on-attrs.patch
140
this fixes bsc#1144506
141
142
-------------------------------------------------------------------
143
Thu Aug 15 08:35:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
144
145
- Fix a bit the multibuild conversion
146
- Remove the attrs from the deps as they are no longer needed
147
148
-------------------------------------------------------------------
149
Thu Aug 8 11:41:45 UTC 2019 - Dan Čermák <dcermak@suse.com>
150
151
- Enable tests via _multibuild
152
Add patches from https://github.com/pypa/packaging/pull/176:
153
* 0001-Fix-test-failures-test_linux_platforms_manylinux-for.patch
154
* 0002-Fix-check-for-64-bit-OS.patch
155
* 0003-Add-additional-test-to-get-100-branch-coverage.patch
156
* 0004-Fix-test_macos_version_detection-failure-on-32-bit-L.patch
157
(these fix the tests on non-x86 platforms and can be dropped on the next
158
release)
159
160
-------------------------------------------------------------------
161
Thu Aug 8 10:24:07 UTC 2019 - Dan Čermák <dcermak@suse.com>
162
163
- Add Requires:python-attrs as this is a new dependency
164
this fixes bsc#1144506
165
166
-------------------------------------------------------------------
167
Tue Aug 6 04:58:54 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
168
169
- update to 19.1:
170
* Add the ``packaging.tags`` module.
171
* Correctly handle two-digit versions in ``python_version``
172
173
-------------------------------------------------------------------
174
Sat Mar 9 04:56:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
175
176
- Fix check that egg-info is a directory to work with %check enabled,
177
and better explain how it works
178
- Remove unnecessary build dependency on base
179
- Re-add test dependency on pyparsing with minimum version defined upstream,
180
and replace inline comment with GitHub issue URL
181
- Add LICENSE.APACHE LICENSE.BSD to %license
182
- Update to v19.0
183
* Fix string representation of PEP 508 direct URL requirements with markers.
184
* Better handling of file URLs
185
This allows for using ``file:///absolute/path``, which was previously
186
prevented due to the missing ``netloc``
187
This allows for all file URLs that ``urlunparse`` turns back into the
188
original URL to be valid
189
- from v18.0
190
* Improve error messages when invalid requirements are given
191
192
-------------------------------------------------------------------
193
Fri Dec 28 08:49:34 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
194
195
- Drop pyparsing dependency as its not needed and creates circular
196
dependency on older distributions
197
- Reduce amount of duplicities
198
199
-------------------------------------------------------------------
200
Thu Mar 22 20:37:57 UTC 2018 - toddrme2178@gmail.com
201
202
- Update to version 17.1
203
* Fix utils.canonicalize_version when supplying non PEP 440 versions.
204
- Update to version 17.0
205
* Drop support for python 2.6, 3.2, and 3.3.
206
* Define minimal pyparsing version to 2.0.2 (#91).
207
* Add epoch, release, pre, dev, and post attributes to Version and LegacyVersion (#34).
208
* Add Version().is_devrelease and LegacyVersion().is_devrelease to make it easy to determine if a release is a development release.
209
* Add utils.canonicalize_version to canonicalize version strings or Version instances (#121).
210
211
-------------------------------------------------------------------
212
Tue May 2 08:41:19 UTC 2017 - dmueller@suse.com
213
214
- fix pyparsing requirement
215
216
-------------------------------------------------------------------
217
Thu Feb 23 11:45:52 UTC 2017 - jmatejek@suse.com
218
219
- update for single-spec
220
- drop setuptools dependency, as this is itself now a dependency
221
of setuptools
222
- run tests conditionally, to minimize dependency tree
223
- ensure egg-info is a directory (distutils would install it as file)
224
225
-------------------------------------------------------------------
226
Fri Dec 2 17:55:31 UTC 2016 - tbechtold@suse.com
227
228
- update to 16.8:
229
* Fix markers that utilize ``in`` so that they render correctly.
230
* Fix an erroneous test on Python RC releases.
231
232
-------------------------------------------------------------------
233
Wed May 25 10:55:53 UTC 2016 - tbechtold@suse.com
234
235
- update to 16.7:
236
* Add support for the deprecated ``python_implementation`` marker which was
237
an undocumented setuptools marker in addition to the newer markers.
238
* Add support for the deprecated, PEP 345 environment markers in addition to
239
the newer markers.
240
241
-------------------------------------------------------------------
242
Tue Mar 8 13:59:53 UTC 2016 - tbechtold@suse.com
243
244
- update to 16.5:
245
* Fix a regression in parsing requirements with whitespaces between the comma
246
separators.
247
* Fix a regression in parsing requirements like ``foo (==4)``.
248
* Fix a bug where ``packaging.requirements:Requirement`` was overly strict when
249
matching legacy requirements.
250
* Add a function that implements the name canonicalization from PEP 503.
251
* Implement requirement specifiers from PEP 508.
252
* Relicense so that packaging is available under *either* the Apache License,
253
Version 2.0 or a 2 Clause BSD license.
254
* Support installation of packaging when only distutils is available.
255
* Fix ``==`` comparison when there is a prefix and a local version in play.
256
(:issue:`41`).
257
* Implement environment markers from PEP 508.
258
- Adjust Requires according to requires.txt
259
260
-------------------------------------------------------------------
261
Tue Aug 11 07:05:29 UTC 2015 - tbechtold@suse.com
262
263
- update to 15.3:
264
* Normalize post-release spellings for rev/r prefixes. :issue:`35`
265
266
-------------------------------------------------------------------
267
Thu Jun 25 04:01:09 UTC 2015 - tbechtold@suse.com
268
269
- update to 15.2:
270
* Fix an error where the arbitary specifier (``===``) was not correctly
271
allowing pre-releases when it was being used.
272
* Expose the specifier and version parts through properties on the
273
``Specifier`` classes.
274
* Allow iterating over the ``SpecifierSet`` to get access to all of the
275
``Specifier`` instances.
276
* Allow testing if a version is contained within a specifier via the ``in``
277
operator.
278
279
280
-------------------------------------------------------------------
281
Thu Apr 23 18:45:03 UTC 2015 - tbechtold@suse.com
282
283
- Initial packaging
284
285