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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6d2e59d16339788835eed62ff75cfa38e7caa6f7e290dcc0d07f8ec30de6705
|
||||
size 241434
|
3
pycdio-2.1.1.tar.gz
Normal file
3
pycdio-2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61734db8c554b7b1a2cb2da2e2c15d3f9f5973a57cfb06f8854c38029004a9f8
|
||||
size 246562
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user