Hello community,

here is the log from the commit of package python-ruamel.yaml for 
openSUSE:Factory checked in at 2017-05-09 18:01:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruamel.yaml (Old)
 and      /work/SRC/openSUSE:Factory/.python-ruamel.yaml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ruamel.yaml"

Tue May  9 18:01:58 2017 rev:2 rq:490883 version:0.14.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ruamel.yaml/python-ruamel.yaml.changes    
2017-02-28 23:48:41.333199776 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ruamel.yaml.new/python-ruamel.yaml.changes   
    2017-05-09 18:02:04.130059073 +0200
@@ -1,0 +2,8 @@
+Mon Apr 24 20:16:56 UTC 2017 - [email protected]
+
+- Update to 0.14.9 (see included CHANGES file)
+- Converted to single-spec
+- LICENSE file is now provided internally, so dropped Source1
+- Dropped python-ruamel.ordereddict as build requirement
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  ruamel.yaml-0.12.14.tar.gz

New:
----
  ruamel.yaml-0.14.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ruamel.yaml.spec ++++++
--- /var/tmp/diff_new_pack.tZu1JP/_old  2017-05-09 18:02:04.837959039 +0200
+++ /var/tmp/diff_new_pack.tZu1JP/_new  2017-05-09 18:02:04.841958474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ruamel.yaml
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,19 +16,24 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-ruamel.yaml
-Version:        0.12.14
+Version:        0.14.9
 Release:        0
-Url:            https://bitbucket.org/ruamel/yaml
 Summary:        Python YAML parser
 License:        MIT
 Group:          Development/Languages/Python
-Source:         ruamel.yaml-%{version}.tar.gz
-Source1:        LICENSE
+Url:            https://bitbucket.org/ruamel/yaml
+Source:         
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%ifpython2
 Requires:       python-ruamel.ordereddict
-BuildRequires:  python-devel
-BuildRequires:  python-ruamel.ordereddict
-Buildrequires:  python-setuptools
+%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%python_subpackages
 
 %description
 ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation
@@ -37,15 +42,20 @@
 %prep
 %setup -q -n ruamel.yaml-%{version}
 rm -rf *egg-info
-cp %{SOURCE1} .
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--single-version-externally-managed
+%python_install --single-version-externally-managed
+%python_exec %fdupes -s %{buildroot}%{$python_sitearch}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE README.rst
-%{python_sitearch}/*
+%doc  CHANGES LICENSE README.rst
+%{python_sitearch}/_ruamel_yaml*.so
+%{python_sitearch}/ruamel
+%{python_sitearch}/ruamel.yaml-%{version}-py%{python_version}-nspkg.pth
+%{python_sitearch}/ruamel.yaml-%{version}-py%{python_version}.egg-info
+
+%changelog

++++++ ruamel.yaml-0.12.14.tar.gz -> ruamel.yaml-0.14.9.tar.gz ++++++
++++ 9979 lines of diff (skipped)


Reply via email to