commit python-semantic_version for openSUSE:Factory

2020-08-02 Thread root
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2020-08-02 12:28:28

Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and  /work/SRC/openSUSE:Factory/.python-semantic_version.new.3592 (New)


Package is "python-semantic_version"

Sun Aug  2 12:28:28 2020 rev:6 rq:823433 version:2.8.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
  2020-03-27 00:28:36.856357612 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new.3592/python-semantic_version.changes
2020-08-02 12:29:35.127932834 +0200
@@ -1,0 +2,6 @@
+Wed Jul 29 13:46:19 UTC 2020 - Marketa Calabkova 
+
+- update to 2.8.5
+  * Properly handle wildcards in ``SimpleSpec``
+
+---

Old:

  semantic_version-2.8.4.tar.gz

New:

  semantic_version-2.8.5.tar.gz



Other differences:
--
++ python-semantic_version.spec ++
--- /var/tmp/diff_new_pack.gMVLOq/_old  2020-08-02 12:29:35.827933554 +0200
+++ /var/tmp/diff_new_pack.gMVLOq/_new  2020-08-02 12:29:35.831933558 +0200
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-semantic_version
-Version:2.8.4
+Version:2.8.5
 Release:0
 Summary:A library implementing the 'SemVer' scheme
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/rbarrois/python-semanticversion
 Source: 
https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
+BuildRequires:  %{python_module Django >= 1.11}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ semantic_version-2.8.4.tar.gz -> semantic_version-2.8.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.4/ChangeLog 
new/semantic_version-2.8.5/ChangeLog
--- old/semantic_version-2.8.4/ChangeLog2019-12-21 16:02:29.0 
+0100
+++ new/semantic_version-2.8.5/ChangeLog2020-04-29 11:51:24.0 
+0200
@@ -1,6 +1,15 @@
 ChangeLog
 =
 
+2.8.5 (2020-04-29)
+--
+
+*Bugfix:*
+
+* `98 `_:
+  Properly handle wildcards in ``SimpleSpec`` (e.g. ``==1.2.*``).
+
+
 2.8.4 (2019-12-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.4/PKG-INFO 
new/semantic_version-2.8.5/PKG-INFO
--- old/semantic_version-2.8.4/PKG-INFO 2019-12-21 16:02:29.0 +0100
+++ new/semantic_version-2.8.5/PKG-INFO 2020-04-29 11:51:25.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: semantic_version
-Version: 2.8.4
+Version: 2.8.5
 Summary: A library implementing the 'SemVer' scheme.
 Home-page: https://github.com/rbarrois/python-semanticversion
 Author: Raphaël Barrois
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.4/docs/changelog.rst 
new/semantic_version-2.8.5/docs/changelog.rst
--- old/semantic_version-2.8.4/docs/changelog.rst   2019-12-21 
16:02:29.0 +0100
+++ new/semantic_version-2.8.5/docs/changelog.rst   2020-04-29 
11:51:24.0 +0200
@@ -1,6 +1,15 @@
 ChangeLog
 =
 
+2.8.5 (2020-04-29)
+--
+
+*Bugfix:*
+
+* `98 `_:
+  Properly handle wildcards in ``SimpleSpec`` (e.g. ``==1.2.*``).
+
+
 2.8.4 (2019-12-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.4/docs/reference.rst 
new/semantic_version-2.8.5/docs/reference.rst
--- old/semantic_version-2.8.4/docs/reference.rst   2019-12-21 
16:02:29.0 +0100
+++ new/semantic_version-2.8.5/docs/reference.rst   2020-04-29 
11:51:24.0 +0200
@@ -472,6 +472,15 @@
 * A clause of ``>0.1.2-rc.3`` will match versions strictly above 
``0.1.2-rc.3``, including matching prereleases of ``0.1.2``: ``0.1.2-rc.10`` is 
included;
 * A clause of ``>=XXX`` will match versions that match ``>XXX`` or 
``==XXX``
 
+..rubric:: Wildcards
+
+* A clause of ``==0.1.*`` is equivalent to ``>=0.1.0,<0.2.0``
+* A clause of ``>=0.1.*`` is equivalent to ``>=0.1.0``
+* A clause of ``==1.*`` or ``==1.*.*`` is equivalent to ``>=1.0.0,<2.0.0``
+* A clause of ``>=1.*`` or ``>=1.*.*`` is equivalent to ``>=1.0.0``
+* A clause of ``==*`` maps to 

commit python-semantic_version for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2020-03-27 00:28:35

Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and  /work/SRC/openSUSE:Factory/.python-semantic_version.new.3160 (New)


Package is "python-semantic_version"

Fri Mar 27 00:28:35 2020 rev:5 rq:787484 version:2.8.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
  2019-09-11 10:35:38.559291884 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new.3160/python-semantic_version.changes
2020-03-27 00:28:36.856357612 +0100
@@ -1,0 +2,11 @@
+Wed Mar 18 13:38:47 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.8.4
+  * `#89 `_:
+Properly coerce versions with leading zeroes in components (e.g.
+``1.01.007``)
+  - Add `Clause.prettyprint()` for debugging
+  * `#86 `_:
+Fix handling of prerelease ranges within `NpmSpec`
+
+---

Old:

  semantic_version-2.8.2.tar.gz

New:

  semantic_version-2.8.4.tar.gz



Other differences:
--
++ python-semantic_version.spec ++
--- /var/tmp/diff_new_pack.Pxknkv/_old  2020-03-27 00:28:37.864358123 +0100
+++ /var/tmp/diff_new_pack.Pxknkv/_new  2020-03-27 00:28:37.864358123 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semantic_version
 #
-# Copyright (c) 2019 SUSE LINUX 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
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-semantic_version
-Version:2.8.2
+Version:2.8.4
 Release:0
 Summary:A library implementing the 'SemVer' scheme
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/rbarrois/python-semanticversion
 Source: 
https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,7 +47,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ semantic_version-2.8.2.tar.gz -> semantic_version-2.8.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.2/ChangeLog 
new/semantic_version-2.8.4/ChangeLog
--- old/semantic_version-2.8.2/ChangeLog2019-09-06 13:11:22.0 
+0200
+++ new/semantic_version-2.8.4/ChangeLog2019-12-21 16:02:29.0 
+0100
@@ -1,6 +1,28 @@
 ChangeLog
 =
 
+2.8.4 (2019-12-21)
+--
+
+*Bugfix:*
+
+* `#89 `_:
+  Properly coerce versions with leading zeroes in components (e.g.
+  ``1.01.007``)
+
+
+2.8.3 (2019-11-21)
+--
+
+*New:*
+- Add `Clause.prettyprint()` for debugging
+
+*Bugfix:*
+
+* `#86 `_:
+  Fix handling of prerelease ranges within `NpmSpec`
+
+
 2.8.2 (2019-09-06)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.2/PKG-INFO 
new/semantic_version-2.8.4/PKG-INFO
--- old/semantic_version-2.8.2/PKG-INFO 2019-09-06 13:11:22.0 +0200
+++ new/semantic_version-2.8.4/PKG-INFO 2019-12-21 16:02:29.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: semantic_version
-Version: 2.8.2
+Version: 2.8.4
 Summary: A library implementing the 'SemVer' scheme.
 Home-page: https://github.com/rbarrois/python-semanticversion
 Author: Raphaël Barrois
@@ -179,8 +179,8 @@
 >>> s = SimpleSpec('>=0.1.1')  # At least 0.1.1
 >>> s.match(Version('0.1.1'))
 True
->>> s.match(Version('0.1.1-alpha1'))  # pre-release satisfy 
version spec
-True
+>>> s.match(Version('0.1.1-alpha1'))  # pre-release doesn't 
satisfy version spec
+False
 >>> s.match(Version('0.1.0'))
 False
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semantic_version-2.8.2/README.rst 
new/semantic_version-2.8.4/README.rst
--- 

commit python-semantic_version for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2019-09-11 10:35:38

Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and  /work/SRC/openSUSE:Factory/.python-semantic_version.new.7948 (New)


Package is "python-semantic_version"

Wed Sep 11 10:35:38 2019 rev:4 rq:729784 version:2.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
  2018-12-24 11:43:46.549325320 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new.7948/python-semantic_version.changes
2019-09-11 10:35:38.559291884 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 10:29:15 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.8.2:
+  * various major parsing fixes
+
+---

Old:

  semantic_version-2.6.0.tar.gz

New:

  semantic_version-2.8.2.tar.gz



Other differences:
--
++ python-semantic_version.spec ++
--- /var/tmp/diff_new_pack.3mZBaJ/_old  2019-09-11 10:35:39.167291706 +0200
+++ /var/tmp/diff_new_pack.3mZBaJ/_new  2019-09-11 10:35:39.167291706 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semantic_version
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-semantic_version
-Version:2.6.0
+Version:2.8.2
 Release:0
 Summary:A library implementing the 'SemVer' scheme
 License:BSD-2-Clause
@@ -26,6 +26,7 @@
 URL:https://github.com/rbarrois/python-semanticversion
 Source: 
https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
 %python_subpackages
@@ -42,6 +43,10 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_exec setup.py test
 
 %files %{python_files}
 %license LICENSE

++ semantic_version-2.6.0.tar.gz -> semantic_version-2.8.2.tar.gz ++
 6336 lines of diff (skipped)




commit python-semantic_version for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2018-12-24 11:43:45

Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and  /work/SRC/openSUSE:Factory/.python-semantic_version.new.28833 (New)


Package is "python-semantic_version"

Mon Dec 24 11:43:45 2018 rev:3 rq:659663 version:2.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
  2017-08-24 18:55:09.538102575 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new.28833/python-semantic_version.changes
   2018-12-24 11:43:46.549325320 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:54:06 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-semantic_version.spec ++
--- /var/tmp/diff_new_pack.8hpVpD/_old  2018-12-24 11:43:47.089324841 +0100
+++ /var/tmp/diff_new_pack.8hpVpD/_new  2018-12-24 11:43:47.093324838 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semantic_version
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,14 +23,11 @@
 Summary:A library implementing the 'SemVer' scheme
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/rbarrois/python-semanticversion
+URL:https://github.com/rbarrois/python-semanticversion
 Source: 
https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -47,8 +44,8 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst ChangeLog LICENSE
+%license LICENSE
+%doc README.rst ChangeLog
 %{python_sitelib}/*
 
 %changelog




commit python-semantic_version for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2017-08-24 18:55:06

Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and  /work/SRC/openSUSE:Factory/.python-semantic_version.new (New)


Package is "python-semantic_version"

Thu Aug 24 18:55:06 2017 rev:2 rq:518099 version:2.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
  2017-04-07 13:54:19.622830648 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new/python-semantic_version.changes
 2017-08-24 18:55:09.538102575 +0200
@@ -1,0 +2,19 @@
+Tue Aug 22 09:37:37 UTC 2017 - tbecht...@suse.com
+
+- update to 2.6.0:
+* Add support for Django up to 1.10.
+* Remove support for Django<1.7
+* Properly handle `^0.X.Y` in a NPM-compatible way
+* According to SemVer 2.0.0, build numbers aren't ordered.
+* Remove specs of the ``Spec('<1.1.3+')`` form
+* Comparing ``Version('0.1.0')`` to ``Version('0.1.0+bcd')`` has new
+  rules
+* :func:`semantic_version.compare` returns ``NotImplemented`` when its
+  parameters differ only by build metadata
+* ``Spec('<=1.3.0')`` now matches ``Version('1.3.0+abde24fe883')``
+* Fix handling of bumping pre-release versions, thanks to @minchinweb.
+* Add support for NPM-style ``^1.2.3`` and ``~2.3.4`` specs, thanks to 
@skwashd
+* Fix tests for Django 1.7+, thanks to @mhrivnak.
+- convert to singlespec
+
+---

Old:

  semantic_version-2.4.1.tar.gz

New:

  semantic_version-2.6.0.tar.gz



Other differences:
--
++ python-semantic_version.spec ++
--- /var/tmp/diff_new_pack.1hPHq1/_old  2017-08-24 18:55:10.505966293 +0200
+++ /var/tmp/diff_new_pack.1hPHq1/_new  2017-08-24 18:55:10.529962914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semantic_version
 #
-# Copyright (c) 2015 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,22 +16,22 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-semantic_version
-Version:2.4.1
+Version:2.6.0
 Release:0
 Summary:A library implementing the 'SemVer' scheme
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/rbarrois/python-semanticversion
-Source: 
https://pypi.python.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 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
 This small python library provides a few tools to handle `SemVer`_ in Python.
@@ -41,15 +41,12 @@
 %setup -q -n semantic_version-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%check
-python setup.py test
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst ChangeLog LICENSE
 %{python_sitelib}/*

++ semantic_version-2.4.1.tar.gz -> semantic_version-2.6.0.tar.gz ++
 3107 lines of diff (skipped)




commit python-semantic_version for openSUSE:Factory

2017-04-07 Thread root
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2017-04-07 13:54:14

Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and  /work/SRC/openSUSE:Factory/.python-semantic_version.new (New)


Package is "python-semantic_version"

Fri Apr  7 13:54:14 2017 rev:1 rq:482637 version:2.4.1

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new/python-semantic_version.changes
 2017-04-07 13:54:19.622830648 +0200
@@ -0,0 +1,10 @@
+---
+Wed Jul 22 21:15:06 UTC 2015 - dmuel...@suse.com
+
+- fix license
+
+---
+Tue Apr 28 11:57:09 UTC 2015 - tbecht...@suse.com
+
+- Initial packaging
+

New:

  python-semantic_version.changes
  python-semantic_version.spec
  semantic_version-2.4.1.tar.gz



Other differences:
--
++ python-semantic_version.spec ++
#
# spec file for package python-semantic_version
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   python-semantic_version
Version:2.4.1
Release:0
Summary:A library implementing the 'SemVer' scheme
License:BSD-2-Clause
Group:  Development/Languages/Python
Url:https://github.com/rbarrois/python-semanticversion
Source: 
https://pypi.python.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-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

%description
This small python library provides a few tools to handle `SemVer`_ in Python.
It follows strictly the 2.0.0 version of the SemVer scheme.

%prep
%setup -q -n semantic_version-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc README.rst ChangeLog LICENSE
%{python_sitelib}/*

%changelog