Skip to content

Releases: explosion/catalogue

v2.0.10

Choose a tag to compare

@adrianeboyd adrianeboyd released this 25 Sep 06:35
d161940
  • Package and test suite updates for Python 3.12 (#66).

v2.0.9

Choose a tag to compare

@adrianeboyd adrianeboyd released this 24 Jul 07:37
245ec35
  • Update for compatibility with future Python 3.12 (#62).

v1.0.2

Choose a tag to compare

@adrianeboyd adrianeboyd released this 18 Oct 07:02
5790e4e
  • Require Python 3.6+.

v1.0.1

Choose a tag to compare

@adrianeboyd adrianeboyd released this 07 Oct 11:32
ef4fd81

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

Choose a tag to compare

@adrianeboyd adrianeboyd released this 26 Jul 11:16
c2822a1
  • Improve future compatibility with importlib.metadata for python 3.10+.
  • Update tests for compatibility with python 3.10+.

v2.0.7

Choose a tag to compare

@adrianeboyd adrianeboyd released this 22 Mar 08:33
2b1faaa
  • Modify test suite for python 3.10 until importlib.metadata differences can be addressed.

v2.0.6

Choose a tag to compare

@ines ines released this 21 Aug 02:42
3dc5259
  • Prevent Registry.find from failing on Cython modules.

v2.0.5

Choose a tag to compare

@ines ines released this 13 Aug 02:17
  • Backport packages_distributions from importlib_metadata.

v2.0.4

Choose a tag to compare

@adrianeboyd adrianeboyd released this 30 Apr 13:56
  • Fix conflicts between catalogue and importlib-metadata

v2.0.3

Choose a tag to compare

@adrianeboyd adrianeboyd released this 30 Apr 13:55
1d12f43
  • Add vendored importlib-metadata v3.2.0 to avoid conflicts with importlib-metadata requirements in other packages