diff --git a/python-debian-0.1.52.tar.gz b/python-debian-0.1.52.tar.gz deleted file mode 100644 index 2f8638f..0000000 --- a/python-debian-0.1.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c310e1ca618ffa9e3654f4b7abd106487067d24ef5dc706df7cb20620695de6 -size 253447 diff --git a/python-debian-1.0.1.tar.gz b/python-debian-1.0.1.tar.gz new file mode 100644 index 0000000..0f4509b --- /dev/null +++ b/python-debian-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cc0654cd023e548d95138580cd1deb78e96413d303573851ac95db26ab3360 +size 252989 diff --git a/python-python-debian.changes b/python-python-debian.changes index 34e4181..f0c736b 100644 --- a/python-python-debian.changes +++ b/python-python-debian.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 30 07:56:53 UTC 2025 - Dirk Müller + +- 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 @@ -58,7 +69,7 @@ Wed Jan 22 06:03:59 UTC 2025 - Steve Kowalik ------------------------------------------------------------------- Sat Dec 3 21:28:19 UTC 2022 - Yogalakshmi Arunachalam -- 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 @@ -71,14 +82,14 @@ Sat Dec 3 21:28:19 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Fri Oct 28 20:31:05 UTC 2022 - Yogalakshmi Arunachalam -- 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 -- 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 @@ -111,7 +122,7 @@ Mon Jul 4 13:49:00 UTC 2022 - Matej Cepl Mon Jun 27 11:39:36 UTC 2022 - Julio González Gil - 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 @@ -195,7 +206,7 @@ Thu Sep 5 12:53:52 UTC 2019 - Carmen Bianca Bakker - 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. diff --git a/python-python-debian.spec b/python-python-debian.spec index f54d011..81c5df6 100644 --- a/python-python-debian.spec +++ b/python-python-debian.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-debian # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2017 Free Software Foundation Europe e.V. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-python-debian -Version: 0.1.52 +Version: 1.0.1 Release: 0 Summary: Debian package related modules License: GPL-3.0-or-later