From 3bc1b65a1493398c807507bc11722a6b143df4121fb2622ed20597c29519edf1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Dec 2022 22:34:31 +0000 Subject: [PATCH] Accepting request 1039886 from home:yarunachalam:branches:devel:languages:python - 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 - Adapt tests so that skipping optional tests can be prevented if needed - Add other platforms to CI to test portability * Switch tests to use more pytest features. * Updates for newer mypy and pylint. * Add Debian 14 'forky' to the list of known releases. OBS-URL: https://build.opensuse.org/request/show/1039886 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-debian?expand=0&rev=11 --- python-debian-0.1.48.tar.gz | 3 --- python-debian-0.1.49.tar.gz | 3 +++ python-python-debian.changes | 13 +++++++++++++ python-python-debian.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 python-debian-0.1.48.tar.gz create mode 100644 python-debian-0.1.49.tar.gz diff --git a/python-debian-0.1.48.tar.gz b/python-debian-0.1.48.tar.gz deleted file mode 100644 index 7d099aa..0000000 --- a/python-debian-0.1.48.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62d50547d06a5638ce1c5e80d7d701ddf16963b407afcf5bdc83c7de4db94f7c -size 121521 diff --git a/python-debian-0.1.49.tar.gz b/python-debian-0.1.49.tar.gz new file mode 100644 index 0000000..a732f75 --- /dev/null +++ b/python-debian-0.1.49.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c +size 121690 diff --git a/python-python-debian.changes b/python-python-debian.changes index 03b1bb0..f225646 100644 --- a/python-python-debian.changes +++ b/python-python-debian.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 3 21:28:19 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + - Adapt tests so that skipping optional tests can be prevented if needed + - Add other platforms to CI to test portability + * Switch tests to use more pytest features. + * Updates for newer mypy and pylint. + * Add Debian 14 'forky' to the list of known releases. + ------------------------------------------------------------------- Fri Oct 28 20:31:05 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-python-debian.spec b/python-python-debian.spec index 367c080..44a6308 100644 --- a/python-python-debian.spec +++ b/python-python-debian.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-debian -Version: 0.1.48 +Version: 0.1.49 Release: 0 Summary: Debian package related modules License: GPL-3.0-or-later