Skip to content

Releases: explosion/catalogue

v2.0.10

25 Sep 06:35
d161940
Compare
Choose a tag to compare
  • Package and test suite updates for Python 3.12 (#66).

v2.0.9

24 Jul 07:37
245ec35
Compare
Choose a tag to compare
  • Update for compatibility with future Python 3.12 (#62).

v1.0.2

18 Oct 07:02
5790e4e
Compare
Choose a tag to compare
  • Require Python 3.6+.

v1.0.1

07 Oct 11:32
ef4fd81
Compare
Choose a tag to compare

Note: v1.0.1 was deleted from PyPI because it was incompatible with python 2.7, but the package setup did not specify this correctly and yanked packages are not supported by the latest pip for python 2.7. The v1.0.2 release is identical to v1.0.1 except for the corrected python_requires>=3.6.

  • Add vendored importlib_metadata v3.2.0 for use with Python 3.6-3.7 to avoid breaking changes in newer releases and to avoid conflicts with importlib_metadata requirements in other packages.
  • Backport changes from #41 for improved compatibility with Python 3.10+.

v2.0.8

26 Jul 11:16
c2822a1
Compare
Choose a tag to compare
  • Improve future compatibility with importlib.metadata for python 3.10+.
  • Update tests for compatibility with python 3.10+.

v2.0.7

22 Mar 08:33
2b1faaa
Compare
Choose a tag to compare
  • Modify test suite for python 3.10 until importlib.metadata differences can be addressed.

v2.0.6

21 Aug 02:42
3dc5259
Compare
Choose a tag to compare
  • Prevent Registry.find from failing on Cython modules.

v2.0.5

13 Aug 02:17
Compare
Choose a tag to compare
  • Backport packages_distributions from importlib_metadata.

v2.0.4

30 Apr 13:56
Compare
Choose a tag to compare
  • Fix conflicts between catalogue and importlib-metadata

v2.0.3

30 Apr 13:55
1d12f43
Compare
Choose a tag to compare
  • Add vendored importlib-metadata v3.2.0 to avoid conflicts with importlib-metadata requirements in other packages