From b979c5f9dbc43c0aa8713cf04f5e12f578c3435619dc295ad6ecf390d36085c6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Jul 2022 11:20:56 +0000 Subject: [PATCH] - update to 2.1.1: * VERSION.py: Get ready for release 2.1.1 * test/test-cdtext.py: Test tweak * example/iso1.py, example/iso2.py: Imprive iso2.py when there is an error iso1.py: don't translate filenames in ISO9660 * example/iso2.py: Wrong file name in iso2.py example Case matters. Fixes #1 * Makefile, cdio.py, example/Makefile, iso9660.py, test/test-cdtext.py: Remove legacy 0.8{2,3} libcdio code libcdio before 2.0.0 really doesn't exist anymore * VERSION.py: Bump version number to dev * cdio.py, swig/track.swg: Black and update copyright * admin-tools/unixccompiler.py, setup.py: In 2021, Python3 is the rule not the exception OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycdio?expand=0&rev=13 --- pycdio-2.1.0.tar.gz | 3 --- pycdio-2.1.1.tar.gz | 3 +++ python-pycdio.changes | 16 ++++++++++++++++ python-pycdio.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 pycdio-2.1.0.tar.gz create mode 100644 pycdio-2.1.1.tar.gz diff --git a/pycdio-2.1.0.tar.gz b/pycdio-2.1.0.tar.gz deleted file mode 100644 index ea96f02..0000000 --- a/pycdio-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6d2e59d16339788835eed62ff75cfa38e7caa6f7e290dcc0d07f8ec30de6705 -size 241434 diff --git a/pycdio-2.1.1.tar.gz b/pycdio-2.1.1.tar.gz new file mode 100644 index 0000000..a123583 --- /dev/null +++ b/pycdio-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61734db8c554b7b1a2cb2da2e2c15d3f9f5973a57cfb06f8854c38029004a9f8 +size 246562 diff --git a/python-pycdio.changes b/python-pycdio.changes index 22063e7..a60bd95 100644 --- a/python-pycdio.changes +++ b/python-pycdio.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jul 19 11:18:39 UTC 2022 - Dirk Müller + +- update to 2.1.1: + * VERSION.py: Get ready for release 2.1.1 + * test/test-cdtext.py: Test tweak + * example/iso1.py, example/iso2.py: Imprive iso2.py when there is an + error iso1.py: don't translate filenames in ISO9660 + * example/iso2.py: Wrong file name in iso2.py example Case matters. Fixes #1 + * Makefile, cdio.py, example/Makefile, iso9660.py, + test/test-cdtext.py: Remove legacy 0.8{2,3} libcdio code libcdio before 2.0.0 really doesn't exist anymore + * VERSION.py: Bump version number to dev + * cdio.py, swig/track.swg: Black and update copyright + * admin-tools/unixccompiler.py, setup.py: In 2021, Python3 is the + rule not the exception + ------------------------------------------------------------------- Tue Sep 10 12:41:48 UTC 2019 - Tomáš Chvátal diff --git a/python-pycdio.spec b/python-pycdio.spec index 4ae9416..aba4fd6 100644 --- a/python-pycdio.spec +++ b/python-pycdio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycdio # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pycdio -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Python Bindings for the CDIO Library License: GPL-3.0-or-later