Next | Query returned 23 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-02-03 21:18:44 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-packaging: update to 20.9.

20.9 - 2021-01-29
~~~~~~~~~~~~~~~~~

* 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()``
  (:issue:`387` and :issue:`389`)
   2021-01-04 13:00:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-packaging: update to 20.8.

20.8 - 2020-12-11
~~~~~~~~~~~~~~~~~

* 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`)

20.7 - 2020-11-28
~~~~~~~~~~~~~~~~~

No unreleased changes.

20.6 - 2020-11-28
~~~~~~~~~~~~~~~~~

.. note:: This release was subsequently yanked, and these changes were included \ 
in 20.7.

* 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`)

20.5 - 2020-11-27
~~~~~~~~~~~~~~~~~

* 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.
   2020-10-21 10:56:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-packaging: updated to 20.4

20.4:

Canonicalize version before comparing specifiers.
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.

20.3:

Fix changelog for 20.2.

20.2:

Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU (e.g. ARM-v8, \ 
aarch64), to report the wrong bitness.

20.1:

Fix a bug caused by reuse of an exhausted iterator.

20.0:

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: interpreter_name(), \ 
mac_platforms(), compatible_tags(), cpython_tags(), generic_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 file
   2020-05-16 19:27:43 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
pytest from versioned deps.
   2019-09-19 18:49:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-packaging: updated to 19.2

19.2:
* Remove dependency on ``attrs``
* Use appropriate fallbacks for CPython ABI tag
* Add manylinux2014 support
* Improve ABI detection
* Properly handle debug wheels for Python 3.8
* Improve detection of debug builds on Windows
   2019-08-14 09:16:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-packaging: add full py-attrs dependency, this is needed at runtime.

Fixes py-sphinx related build failures in other packages.

Bump PKGREVISION.

XXX: 'make test' needs 'make install' beforehand, please fix if you know how
   2019-08-09 09:42:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-packaging: updated to 19.1

19.1:
* Add the packaging.tags module.
* Correctly handle two-digit versions in python_version
   2019-01-20 12:58:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-packaging: updated to 19.0

19.0:

* Fix string representation of PEP 508 direct URL requirements with markers.

* Better handling of file URLs

  This allows for using file:///absolute/path, which was previously
  prevented due to the missing netloc.

  This allows for all file URLs that urlunparse turns back into the
  original URL to be valid.
   2018-10-07 08:44:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-packaging: updated to 18.0

18.0:
Improve error messages when invalid requirements are given.

Next | Query returned 23 messages, browsing 11 to 20 | Previous