Hello community, here is the log from the commit of package python-xcffib for openSUSE:Leap:15.2 checked in at 2020-02-21 23:49:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-xcffib (Old) and /work/SRC/openSUSE:Leap:15.2/.python-xcffib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xcffib" Fri Feb 21 23:49:05 2020 rev:11 rq:777294 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-xcffib/python-xcffib.changes 2020-01-15 15:54:24.271630959 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-xcffib.new.26092/python-xcffib.changes 2020-02-21 23:49:05.824536122 +0100 @@ -1,0 +2,43 @@ +Thu Feb 6 12:33:30 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 0.9.0 + * add Python 3.8 + * test: don't fail when there is no pre-existing display + +------------------------------------------------------------------- +Mon Jun 17 12:07:45 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.8.1: + * Testsuite expansion mostly + +------------------------------------------------------------------- +Mon May 6 10:35:38 UTC 2019 - [email protected] + +- version update to 0.8.0 + * Fix few more instances of inefficient struct format + +------------------------------------------------------------------- +Mon Mar 4 11:54:51 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.7.0: + * Various updates and fixes for ghc/cabal + * Drop unnecessary imports +- Enable tests + +------------------------------------------------------------------- +Thu Jan 24 15:23:49 UTC 2019 - [email protected] + +- Update to 0.6.0: + * Depend on xcb-types 0.9.0 + * Fix spelling mistakes + * Support the new eventstruct element + * Use xcb-types HEAD instead of a released version + * List: keep around the raw underlying represenation + * Fix linter errors + +------------------------------------------------------------------- +Tue Dec 4 12:56:16 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- Old: ---- xcffib-0.5.1.tar.gz New: ---- xcffib-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xcffib.spec ++++++ --- /var/tmp/diff_new_pack.7OXJ2V/_old 2020-02-21 23:49:06.420537306 +0100 +++ /var/tmp/diff_new_pack.7OXJ2V/_new 2020-02-21 23:49:06.420537306 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-xcffib # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,34 +12,30 @@ # 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/ +# -# Missing files for tests -%bcond_with tests %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xcffib -Version: 0.5.1 +Version: 0.9.0 Release: 0 -License: Apache-2.0 Summary: A drop in replacement for xpyb, an XCB python binding -Url: http://github.com/tych0/xcffib +License: Apache-2.0 Group: Development/Languages/Python +URL: https://github.com/tych0/xcffib Source: https://files.pythonhosted.org/packages/source/x/xcffib/xcffib-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} +BuildRequires: %{python_module cffi >= 1.1.0} +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module cffi} BuildRequires: %{python_module six} +BuildRequires: fdupes BuildRequires: libxcb-devel -%if %{with tests} -BuildRequires: %{python_module nose} -%endif -Requires: python-cffi +BuildRequires: python-rpm-macros +BuildRequires: xeyes +BuildRequires: xvfb-run +Requires: python-cffi >= 1.1.0 Requires: python-six -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -49,22 +45,22 @@ %prep %setup -q -n xcffib-%{version} +# upstream moves files compared to git repository +sed -i -e 's:from \.testing:from testing:g' test/*.py %build %python_build %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitearch} +%python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with tests} %check -%python_expand nosetests-%{$python_bin_suffix} -%endif +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run nosetests-%{$python_bin_suffix} -v %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.md +%license LICENSE +%doc README.md %{python_sitelib}/xcffib/ %{python_sitelib}/xcffib-%{version}-py*.egg-info ++++++ xcffib-0.5.1.tar.gz -> xcffib-0.9.0.tar.gz ++++++ ++++ 2954 lines of diff (skipped)
