14
0
forked from pool/python-pycdio

- 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
This commit is contained in:
2022-07-19 11:20:56 +00:00
committed by Git OBS Bridge
parent b5d704247a
commit b979c5f9db
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 19 11:18:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>