Next | Query returned 47 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-21 06:53:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-importlib-metadata: updated to 7.1.0

v7.1.0

Features

- Improve import time.

Bugfixes

- Make MetadataPathFinder.find_distributions a classmethod for consistency with \ 
CPython.
- Allow ``MetadataPathFinder.invalidate_caches`` to be called as a classmethod.
   2024-03-07 17:36:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: updated to 7.0.2

v7.0.2

No significant changes.
   2023-12-30 11:29:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 7.0.1.

v7.0.1
======

Bugfixes
--------

- Corrected the interface for SimplePath to encompass the expectations of \ 
locate_file and PackagePath.
- Fixed type annotations to allow strings.
   2023-12-11 10:52:13 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-importlib-metadata: update to 7.0.0.

v7.0.0
======

Deprecations and Removals
-------------------------

- Removed EntryPoint access by numeric index (tuple behavior).

v6.11.0
=======

Features
--------

- Added ``Distribution.origin`` supplying the ``direct_url.json`` in a \ 
``SimpleNamespace``. (#404)

v6.10.0
=======

Features
--------

- Added diagnose script. (#461)
   2023-12-07 12:56:25 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-importlib-metadata: change TEST_DEPENDS
   2023-12-07 09:26:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 6.9.0.

v6.9.0
======

Features
--------

- Added EntryPoints.__repr__ (#473)
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-07-08 06:40:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: updated to 6.8.0

v6.8.0

Features
- Require Python 3.8 or later.
   2023-06-28 10:46:59 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 6.7.0.

v6.7.0
======

* #453: When inferring top-level names that are importable for
  distributions in ``package_distributions``, now symlinks to
  other directories are honored.
   2023-04-30 19:16:03 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-importlib-metadata: update to 6.6.0.

v6.6.0
======

* #449: Expanded type annotations.

v6.5.1
======

* python/cpython#103661: Removed excess error suppression in
  ``_read_files_egginfo_installed`` and fixed path handling
  on Windows.

v6.5.0
======

* #422: Removed ABC metaclass from ``Distribution`` and instead
  deprecated construction of ``Distribution`` objects without
  concrete methods.

v6.4.1
======

* Updated docs with tweaks from upstream CPython.

v6.4.0
======

* Consolidated some behaviors in tests around ``_path``.
* Added type annotation for ``Distribution.read_text``.

v6.3.0
======

* #115: Support ``installed-files.txt`` for ``Distribution.files``
  when present.

v6.2.1
======

* #442: Fixed issue introduced in v6.1.0 where non-importable
  names (metadata dirs) began appearing in
  ``packages_distributions``.

v6.2.0
======

* #384: ``PackageMetadata`` now stipulates an additional ``get``
  method allowing for easy querying of metadata keys that may not
  be present.

Next | Query returned 47 messages, browsing 1 to 10 | Previous