|
|
|
@@ -1,7 +1,75 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 30 07:56:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.0.1:
|
|
|
|
|
* Fix handling of empty string data given to Deb822.iter_paragraphs.
|
|
|
|
|
* The 1.0.0 release of python-debian :)
|
|
|
|
|
* Upload to unstable (and release to pypi).
|
|
|
|
|
* Update typing imports to keep new mypy happy.
|
|
|
|
|
* Handle non-UTF-8 data in gpgv output from sequoia-generated data
|
|
|
|
|
* Permit filenames and Path objects in Deb822.iter_paragraphs()
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 22 06:03:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.1.52:
|
|
|
|
|
* Add build-dependency on gpgv.
|
|
|
|
|
* Tweaks to match changes in Python-land tooling:
|
|
|
|
|
- Fix some stylistic things that the newly uploaded pylint 2.16 complains
|
|
|
|
|
about.
|
|
|
|
|
- Fix testing with wine to adapt to changes in wine packaging.
|
|
|
|
|
- Fix tests to work with recent changes to pip that prevent installation
|
|
|
|
|
outside of a venv.
|
|
|
|
|
- Change version generation to be PEP440 compatible to satisfy new
|
|
|
|
|
requirements from setuptools, python-packaging etc. This change is
|
|
|
|
|
needed for any uploads outside of Debian sid (derivatives, Debian
|
|
|
|
|
backports, Debian security/stable-updates, etc).
|
|
|
|
|
* Fix file extraction from DebFile for cases where the .deb is generated
|
|
|
|
|
from control or data tarballs without the optional entry for "." and the
|
|
|
|
|
"./" prefix on all members; this isn't needed for dpkg-generated packages,
|
|
|
|
|
but is needed for other tools such as 'cargo deb' (Closes: #1031674).
|
|
|
|
|
* Demote Recommends to Suggests; it is up to the calling code to know what
|
|
|
|
|
optional features of python-debian it is using rather than dragging in an
|
|
|
|
|
ever-increasing list of optional extra packages (Closes: #1029727).
|
|
|
|
|
* Drop shims for pre-PEP8 API after 14 years of deprecation.
|
|
|
|
|
* Replace setup.py and config for pylint, mypy, pytest with pyproject.toml.
|
|
|
|
|
* Switch package build system to use pyproject.toml.
|
|
|
|
|
* Relocate tests and test data out of module; they are no longer included
|
|
|
|
|
in the binary package or in the wheel.
|
|
|
|
|
* Relocate module source from 'lib' to 'src' in line with current practice.
|
|
|
|
|
* Change handling of package version to use setuptools_scm during
|
|
|
|
|
development (but not at run time).
|
|
|
|
|
* Update code to build pypi uploads (sdist and wheel).
|
|
|
|
|
* Update copyright statements throughout.
|
|
|
|
|
* Tweak pytest configuration for pytest 8.1.1 changes.
|
|
|
|
|
* Fix test suite harness that runs tests under wine.
|
|
|
|
|
* Update Standards-Version to 4.7.0 (no changes required).
|
|
|
|
|
* Fix handling of whitespace-separated file lists in Copyright files with
|
|
|
|
|
thanks to Lasse Collin for the suggested fix (Closes: #1062437).
|
|
|
|
|
* Parse source field to extract source version in .deb packages from
|
|
|
|
|
binNMUs (Closes: #1082838).
|
|
|
|
|
* Switch to from chardet to charset-normalizer and make it in the code
|
|
|
|
|
(demoted to Suggests), with thanks to Michal Čihař for the initial work.
|
|
|
|
|
* Update Standards-Version to 4.7.0 (no changes required).
|
|
|
|
|
* Make 'Package-List' a multiline field for Dsc objects, thanks to Philipp
|
|
|
|
|
Hahn for the patch (Closes: #1052154).
|
|
|
|
|
* Use valid SPDX identified in python package metadata.
|
|
|
|
|
* Fix version number to be PEP440 compliant.
|
|
|
|
|
* Drop debian_bundle and top-level deb822 modules after 13 years of
|
|
|
|
|
deprecation.
|
|
|
|
|
* Fix typing errors from newer mypy in deb822.PkgRelation.
|
|
|
|
|
* Changelog parsing speed improvements.
|
|
|
|
|
* Add support for file location finding (line, col) in Deb822 files.
|
|
|
|
|
* Change some type annotations from Python 2 to Python 3 format.
|
|
|
|
|
* Clean up some old Python 2 methods.
|
|
|
|
|
* Fixes for pylint 3.1.
|
|
|
|
|
- Switch to salsa tarball to run the testsuite.
|
|
|
|
|
- No more greedy globs in %files.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 3 21:28:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.1.49
|
|
|
|
|
- Update to version 0.1.49
|
|
|
|
|
* Fix whitespace handling of Copyright files (Closes: #960278)
|
|
|
|
|
* Make python-debian (more) portable (Closes: #1011937)
|
|
|
|
|
- Tweak tests to be portable to other platforms
|
|
|
|
@@ -14,14 +82,14 @@ Sat Dec 3 21:28:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 28 20:31:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.1.48
|
|
|
|
|
- Update to 0.1.48
|
|
|
|
|
* Fix version bound for subscripting abc.Iterator, abc.MutableMapping
|
|
|
|
|
* Don't raise AmbiguousDeb822FieldKeyError in __contains__.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 6 22:19:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.1.47
|
|
|
|
|
- Update to 0.1.47
|
|
|
|
|
Following is the changelog for deb822 before it was merged into python-debian.
|
|
|
|
|
* deb822.py:
|
|
|
|
|
- Allow Deb822 objects to be initialized with a dict containing the initial
|
|
|
|
@@ -54,7 +122,7 @@ Mon Jul 4 13:49:00 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
Mon Jun 27 11:39:36 UTC 2022 - Julio González Gil <jgonzalez@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.1.44 (jsc#SLE-24672)
|
|
|
|
|
* Add support for zstd compression in .deb files
|
|
|
|
|
* Add support for zstd compression in .deb files
|
|
|
|
|
* Use logging.warning rather than warnings for data problems.
|
|
|
|
|
* Support for finding files (including changelog.Debian.gz) that are beyond
|
|
|
|
|
a symlink within the package
|
|
|
|
@@ -138,7 +206,7 @@ Thu Sep 5 12:53:52 UTC 2019 - Carmen Bianca Bakker <carmen@carmenbianca.eu>
|
|
|
|
|
- Update to 0.1.36
|
|
|
|
|
* Update Standards-Version to 4.4.0 (no changes required).
|
|
|
|
|
* Update to debhelper-compat 12.
|
|
|
|
|
* Extend Deb822 parser to allow underscores in the field name
|
|
|
|
|
* Extend Deb822 parser to allow underscores in the field name
|
|
|
|
|
* Add accessors for Version objects from Deb822
|
|
|
|
|
* Miscellaneous bug fixes.
|
|
|
|
|
|
|
|
|
|