From b5d704247a0e96469abe6d6c168ad5c697fe95e978aa8f935d19375f30139844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 12:43:37 +0000 Subject: [PATCH] - Update to 2.1.0: * various python 3 compat fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycdio?expand=0&rev=11 --- pycdio-2.0.0.tar.gz | 3 --- pycdio-2.1.0.tar.gz | 3 +++ python-pycdio.changes | 6 ++++++ python-pycdio.spec | 14 ++++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 pycdio-2.0.0.tar.gz create mode 100644 pycdio-2.1.0.tar.gz diff --git a/pycdio-2.0.0.tar.gz b/pycdio-2.0.0.tar.gz deleted file mode 100644 index 7f3aa9e..0000000 --- a/pycdio-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:128e9ae12233f7e5a9a2be6d03d2d836a04d99b44c41dc9312ca14ea2a0530a8 -size 242131 diff --git a/pycdio-2.1.0.tar.gz b/pycdio-2.1.0.tar.gz new file mode 100644 index 0000000..ea96f02 --- /dev/null +++ b/pycdio-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d2e59d16339788835eed62ff75cfa38e7caa6f7e290dcc0d07f8ec30de6705 +size 241434 diff --git a/python-pycdio.changes b/python-pycdio.changes index a6a3361..22063e7 100644 --- a/python-pycdio.changes +++ b/python-pycdio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 12:41:48 UTC 2019 - Tomáš Chvátal + +- Update to 2.1.0: + * various python 3 compat fixes + ------------------------------------------------------------------- Wed Jul 18 11:20:44 UTC 2018 - tchvatal@suse.com diff --git a/python-pycdio.spec b/python-pycdio.spec index 468fc06..4ae9416 100644 --- a/python-pycdio.spec +++ b/python-pycdio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycdio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: python-pycdio -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: Python Bindings for the CDIO Library License: GPL-3.0-or-later Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz -Url: http://pypi.python.org/pypi/pycdio/ +URL: https://pypi.python.org/pypi/pycdio/ +Source: https://files.pythonhosted.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: libcdio-devel >= 2.0.0 BuildRequires: python-rpm-macros BuildRequires: swig @@ -47,10 +48,11 @@ export CFLAGS="%{optflags}" %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} %license COPYING %doc ChangeLog README.rst THANKS -%{python_sitearch} +%{python_sitearch}/* %changelog