pkg-about 2.4.1__tar.gz → 2.4.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. {pkg_about-2.4.1 → pkg_about-2.4.2}/CHANGES.rst +11 -2
  2. {pkg_about-2.4.1/src/pkg_about.egg-info → pkg_about-2.4.2}/PKG-INFO +1 -1
  3. {pkg_about-2.4.1 → pkg_about-2.4.2}/pyproject.toml +1 -1
  4. {pkg_about-2.4.1 → pkg_about-2.4.2/src/pkg_about.egg-info}/PKG-INFO +1 -1
  5. {pkg_about-2.4.1 → pkg_about-2.4.2}/LICENSE +0 -0
  6. {pkg_about-2.4.1 → pkg_about-2.4.2}/MANIFEST.in +0 -0
  7. {pkg_about-2.4.1 → pkg_about-2.4.2}/README.rst +0 -0
  8. {pkg_about-2.4.1 → pkg_about-2.4.2}/docs/CHANGES.rst +0 -0
  9. {pkg_about-2.4.1 → pkg_about-2.4.2}/docs/README.rst +0 -0
  10. {pkg_about-2.4.1 → pkg_about-2.4.2}/docs/_static/.keep +0 -0
  11. {pkg_about-2.4.1 → pkg_about-2.4.2}/docs/_templates/.keep +0 -0
  12. {pkg_about-2.4.1 → pkg_about-2.4.2}/docs/conf.py +0 -0
  13. {pkg_about-2.4.1 → pkg_about-2.4.2}/docs/index.rst +0 -0
  14. {pkg_about-2.4.1 → pkg_about-2.4.2}/noxfile.py +0 -0
  15. {pkg_about-2.4.1 → pkg_about-2.4.2}/setup.cfg +0 -0
  16. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about/__about__.py +0 -0
  17. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about/__init__.py +0 -0
  18. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about/_about.py +0 -0
  19. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about/py.typed +0 -0
  20. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about.egg-info/SOURCES.txt +0 -0
  21. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about.egg-info/dependency_links.txt +0 -0
  22. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about.egg-info/requires.txt +0 -0
  23. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about.egg-info/top_level.txt +0 -0
  24. {pkg_about-2.4.1 → pkg_about-2.4.2}/src/pkg_about.egg-info/zip-safe +0 -0
  25. {pkg_about-2.4.1 → pkg_about-2.4.2}/tests/__init__.py +0 -0
  26. {pkg_about-2.4.1 → pkg_about-2.4.2}/tests/__main__.py +0 -0
  27. {pkg_about-2.4.1 → pkg_about-2.4.2}/tests/data/setup.cfg +0 -0
  28. {pkg_about-2.4.1 → pkg_about-2.4.2}/tests/test_main.py +0 -0
@@ -1,14 +1,23 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- 2.4.1 (2026-05-17)
4
+ 2.4.2 (2026-05-17)
5
5
  ------------------
6
6
  - Added support for GraalPy 3.12
7
- - Added support for Python 3.15
7
+ - Full support for Python 3.15
8
8
  - Dropped support for Python 3.10 (due to compatibility issues).
9
9
  - Fix for nox 'lint' session.
10
10
  - Setup update, fixes and improvement.
11
11
 
12
+ 2.3.0 (2026-03-30)
13
+ ------------------
14
+ - Setup update and improvement.
15
+
16
+ 2.2.0 (2026-02-13)
17
+ ------------------
18
+ - Added support for Python 3.15
19
+ - Setup update (mainly dependencies).
20
+
12
21
  2.1.2 (2026-01-27)
13
22
  ------------------
14
23
  - | Now about() and about_from_setup() return an instance of the 'adict'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pkg_about
3
- Version: 2.4.1
3
+ Version: 2.4.2
4
4
  Summary: Unified access to Python package metadata at runtime.
5
5
  Author-email: Adam Karpierz <adam@karpierz.net>
6
6
  Maintainer-email: Adam Karpierz <adam@karpierz.net>
@@ -7,7 +7,7 @@ requires = [ "setuptools>=81.0.0", "packaging>=26.2.0" ]
7
7
 
8
8
  [project]
9
9
  name = "pkg_about"
10
- version = "2.4.1"
10
+ version = "2.4.2"
11
11
  description = "Unified access to Python package metadata at runtime."
12
12
  keywords = [ "pkg_about", "__about__", "packaging" ]
13
13
  license = "Zlib"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pkg_about
3
- Version: 2.4.1
3
+ Version: 2.4.2
4
4
  Summary: Unified access to Python package metadata at runtime.
5
5
  Author-email: Adam Karpierz <adam@karpierz.net>
6
6
  Maintainer-email: Adam Karpierz <adam@karpierz.net>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes