Hello community,
here is the log from the commit of package python-vcversioner for
openSUSE:Factory checked in at 2017-04-12 17:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcversioner (Old)
and /work/SRC/openSUSE:Factory/.python-vcversioner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vcversioner"
Wed Apr 12 17:35:33 2017 rev:2 rq:486635 version:2.16.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcversioner/python-vcversioner.changes
2015-06-23 11:56:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-vcversioner.new/python-vcversioner.changes
2017-04-12 18:20:54.930086948 +0200
@@ -1,0 +2,13 @@
+Fri Apr 7 20:55:59 UTC 2017 - [email protected]
+
+- Implement single-spec version
+
+-------------------------------------------------------------------
+Fri Apr 7 20:39:49 UTC 2017 - [email protected]
+
+- Update to 2.16.0.0
+ * And now update classifiers.
+ * Only set the version on the distribution metadata.
+- Add LICENSE file
+
+-------------------------------------------------------------------
Old:
----
vcversioner-2.14.0.0.tar.gz
New:
----
COPYING
vcversioner-2.16.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vcversioner.spec ++++++
--- /var/tmp/diff_new_pack.9J8mA9/_old 2017-04-12 18:20:55.434015689 +0200
+++ /var/tmp/diff_new_pack.9J8mA9/_new 2017-04-12 18:20:55.438015124 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-vcversioner
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -14,24 +14,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
-%define oname vcversioner
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-vcversioner
-Version: 2.14.0.0
+Version: 2.16.0.0
Release: 0
License: ISC
Summary: Use version control tags to discover version numbers
Url: https://github.com/habnabit/vcversioner
Group: Development/Languages/Python
-Source0:
https://pypi.python.org/packages/source/v/%{oname}/%{oname}-%{version}.tar.gz
-BuildRequires: python-devel
-BuildRequires: python-setuptools
+Source0:
https://pypi.python.org/packages/source/v/vcversioner/vcversioner-%{version}.tar.gz
+Source1:
https://raw.githubusercontent.com/habnabit/vcversioner/%{version}/COPYING
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
BuildArch: noarch
-%endif
+
+%python_subpackages
%description
Elevator pitch: you can write a setup.py with no version information
@@ -39,21 +40,24 @@
VCS tag and extract a version from it.
%prep
-%setup -q -n %{oname}-%{version}
+%setup -q -n vcversioner-%{version}
+cp %{SOURCE1} .
%build
-python setup.py build
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-python setup.py test
+%python_exec setup.py test
-%files
+%files %{python_files}
%defattr(-,root,root,-)
-%doc README.rst
-%{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/%{oname}.*
+%doc README.rst COPYING
+%{python_sitelib}/vcversioner.py*
+%pycache_only %{python_sitelib}/__pycache__/vcversioner.*.py*
+%{python_sitelib}/vcversioner-%{version}-py*.egg-info
%changelog
++++++ COPYING ++++++
Copyright (c) 2013-2014, Aaron Gallagher <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
++++++ vcversioner-2.14.0.0.tar.gz -> vcversioner-2.16.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vcversioner-2.14.0.0/PKG-INFO
new/vcversioner-2.16.0.0/PKG-INFO
--- old/vcversioner-2.14.0.0/PKG-INFO 2014-07-15 22:49:51.000000000 +0200
+++ new/vcversioner-2.16.0.0/PKG-INFO 2016-04-12 17:16:06.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: vcversioner
-Version: 2.14.0.0
+Version: 2.16.0.0
Summary: Use version control tags to discover version numbers
Home-page: https://github.com/habnabit/vcversioner
Author: Aaron Gallagher
@@ -312,6 +312,7 @@
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Version Control
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vcversioner-2.14.0.0/setup.py
new/vcversioner-2.16.0.0/setup.py
--- old/vcversioner-2.14.0.0/setup.py 2014-07-15 22:23:05.000000000 +0200
+++ new/vcversioner-2.16.0.0/setup.py 2016-04-12 17:14:31.000000000 +0200
@@ -27,8 +27,9 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Version Control',
],
license='ISC',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vcversioner-2.14.0.0/vcversioner.egg-info/PKG-INFO
new/vcversioner-2.16.0.0/vcversioner.egg-info/PKG-INFO
--- old/vcversioner-2.14.0.0/vcversioner.egg-info/PKG-INFO 2014-07-15
22:49:51.000000000 +0200
+++ new/vcversioner-2.16.0.0/vcversioner.egg-info/PKG-INFO 2016-04-12
17:16:06.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: vcversioner
-Version: 2.14.0.0
+Version: 2.16.0.0
Summary: Use version control tags to discover version numbers
Home-page: https://github.com/habnabit/vcversioner
Author: Aaron Gallagher
@@ -312,6 +312,7 @@
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Version Control
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vcversioner-2.14.0.0/vcversioner.py
new/vcversioner-2.16.0.0/vcversioner.py
--- old/vcversioner-2.14.0.0/vcversioner.py 2014-07-15 22:33:49.000000000
+0200
+++ new/vcversioner-2.16.0.0/vcversioner.py 2016-04-12 17:14:31.000000000
+0200
@@ -262,4 +262,4 @@
"""
- dist.version = dist.metadata.version = find_version(**value).version
+ dist.metadata.version = find_version(**value).version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/vcversioner-2.14.0.0/version.txt
new/vcversioner-2.16.0.0/version.txt
--- old/vcversioner-2.14.0.0/version.txt 2014-07-15 22:49:51.000000000
+0200
+++ new/vcversioner-2.16.0.0/version.txt 2016-04-12 17:16:06.000000000
+0200
@@ -1 +1 @@
-2.14.0.0-0-g260b867
\ No newline at end of file
+2.16.0.0-0-g72f8f0a
\ No newline at end of file