Hello community, here is the log from the commit of package python-discid for openSUSE:Factory checked in at 2019-03-12 09:53:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-discid (Old) and /work/SRC/openSUSE:Factory/.python-discid.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-discid" Tue Mar 12 09:53:35 2019 rev:6 rq:682841 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-discid/python-discid.changes 2017-12-08 13:02:19.047003435 +0100 +++ /work/SRC/openSUSE:Factory/.python-discid.new.28833/python-discid.changes 2019-03-12 09:53:38.619535322 +0100 @@ -1,0 +2,7 @@ +Fri Mar 8 13:06:39 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.2.0: + * various changes for pip + * add makefile + +------------------------------------------------------------------- Old: ---- discid-1.1.1.tar.gz New: ---- discid-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-discid.spec ++++++ --- /var/tmp/diff_new_pack.358RsO/_old 2019-03-12 09:53:39.331535181 +0100 +++ /var/tmp/diff_new_pack.358RsO/_new 2019-03-12 09:53:39.331535181 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-discid # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Johannes Dewender <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,30 +13,28 @@ # 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/ # -# Test requires CD device -%bcond_with test %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-discid -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: Python binding of Libdiscid -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/Python -Url: https://python-discid.readthedocs.org/ +URL: https://github.com/JonnyJD/python-discid Source: https://files.pythonhosted.org/packages/source/d/discid/discid-%{version}.tar.gz -BuildRequires: %{python_module devel >= 2.6} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: pkgconfig -BuildRequires: pkgconfig(libdiscid) >= 0.2.2 BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(libdiscid) >= 0.2.2 # no automatic requires since libdiscid is not linked Requires: %(rpm -qf $(readlink -qne %{_libdir}/libdiscid.so) --qf '%%{NAME} >= %%{VERSION}') BuildArch: noarch - %python_subpackages %description @@ -56,7 +54,7 @@ %prep %setup -q -n discid-%{version} -sed -i "s|^#!/usr/bin/env python$|#!%{__python3}|" examples.py +sed -i "s|^#!%{_bindir}/env python$|#!python3|" examples.py %build %python_build @@ -65,14 +63,13 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check -%python_exec test_discid.py -%endif +# skip tests that require /dev/sr0 +%python_expand py.test-%{$python_bin_suffix} -v -k "not (test_read_simple or test_read_put or test_read_features)" %files %{python_files} -%defattr(-,root,root) -%doc COPYING COPYING.LESSER CHANGES.rst README.rst examples.py +%license COPYING COPYING.LESSER +%doc CHANGES.rst README.rst %{python_sitelib}/discid/ %{python_sitelib}/discid-%{version}-py*.egg-info ++++++ discid-1.1.1.tar.gz -> discid-1.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discid-1.1.1/CHANGES.rst new/discid-1.2.0/CHANGES.rst --- old/discid-1.1.1/CHANGES.rst 2017-01-29 12:17:13.000000000 +0100 +++ new/discid-1.2.0/CHANGES.rst 2019-02-23 12:13:01.000000000 +0100 @@ -1,6 +1,11 @@ Changelog ========= +Changes in 1.2.0 (2019-02-23): +------------------------------ + * improve install with pip + * add Makefile + Changes in 1.1.1 (2017-01-29): ------------------------------ * workaround :issue:`43` for py2app problems diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discid-1.1.1/PKG-INFO new/discid-1.2.0/PKG-INFO --- old/discid-1.1.1/PKG-INFO 2017-01-29 13:05:34.000000000 +0100 +++ new/discid-1.2.0/PKG-INFO 2019-02-23 12:16:30.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: discid -Version: 1.1.1 +Version: 1.2.0 Summary: Python binding of Libdiscid Home-page: https://python-discid.readthedocs.org/ Author: Johannes Dewender diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discid-1.1.1/discid/__init__.py new/discid-1.2.0/discid/__init__.py --- old/discid-1.1.1/discid/__init__.py 2017-01-29 12:18:54.000000000 +0100 +++ new/discid-1.2.0/discid/__init__.py 2019-02-23 12:12:34.000000000 +0100 @@ -33,7 +33,7 @@ import discid.libdiscid import discid.disc -__version__ = "1.1.1" +__version__ = "1.2.0" # these contants are defined here so sphinx can catch the "docstrings" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/discid-1.1.1/setup.py new/discid-1.2.0/setup.py --- old/discid-1.1.1/setup.py 2014-10-27 14:29:23.000000000 +0100 +++ new/discid-1.2.0/setup.py 2019-02-23 12:12:34.000000000 +0100 @@ -3,7 +3,6 @@ import sys import unittest from distutils.core import setup, Command -from discid import __version__ class Test(Command): @@ -46,7 +45,7 @@ long_description = readme.read() setup(name="discid", - version=__version__, + version="1.2.0", description="Python binding of Libdiscid", long_description=long_description, author="Johannes Dewender",
