commit python-weakrefmethod for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package python-weakrefmethod for 
openSUSE:Factory checked in at 2019-01-24 14:12:58

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


Package is "python-weakrefmethod"

Thu Jan 24 14:12:58 2019 rev:3 rq:667726 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-weakrefmethod/python-weakrefmethod.changes
2018-08-12 20:55:43.841510859 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-weakrefmethod.new.28833/python-weakrefmethod.changes
 2019-01-24 14:12:58.823392571 +0100
@@ -1,0 +2,6 @@
+Tue Jan 22 06:03:16 UTC 2019 - Thomas Bechtold 
+
+- Also provides python2-weakrefmethod to consistent with python2
+  package names
+
+---



Other differences:
--
++ python-weakrefmethod.spec ++
--- /var/tmp/diff_new_pack.X3qUb3/_old  2019-01-24 14:12:59.163392179 +0100
+++ /var/tmp/diff_new_pack.X3qUb3/_new  2019-01-24 14:12:59.167392174 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-weakrefmethod
 #
-# 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
@@ -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/
 #
 
 
@@ -28,6 +28,7 @@
 BuildRequires:  python-setuptools
 # test requirements
 BuildRequires:  python-unittest2
+Provides:   python2-weakrefmethod = %{version}
 BuildArch:  noarch
 
 %description




commit python-weakrefmethod for openSUSE:Factory

2018-08-12 Thread root
Hello community,

here is the log from the commit of package python-weakrefmethod for 
openSUSE:Factory checked in at 2018-08-12 20:55:43

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


Package is "python-weakrefmethod"

Sun Aug 12 20:55:43 2018 rev:2 rq:628725 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-weakrefmethod/python-weakrefmethod.changes
2017-02-19 01:01:41.310049873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-weakrefmethod.new/python-weakrefmethod.changes
   2018-08-12 20:55:43.841510859 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 11:06:29 UTC 2018 - tchva...@suse.com
+
+- Spec-cleaner convert the %license macro
+
+---



Other differences:
--
++ python-weakrefmethod.spec ++
--- /var/tmp/diff_new_pack.bdVm1n/_old  2018-08-12 20:55:44.357511908 +0200
+++ /var/tmp/diff_new_pack.bdVm1n/_new  2018-08-12 20:55:44.357511908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-weakrefmethod
 #
-# 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
@@ -22,13 +22,12 @@
 Summary:A WeakMethod class for storing bound methods using weak 
references
 License:Python-2.0
 Group:  Development/Languages/Python
-Url:http://github.com/twang817/weakrefmethod
-Source: 
https://pypi.io/packages/source/w/weakrefmethod/weakrefmethod-%{version}.tar.gz
+URL:http://github.com/twang817/weakrefmethod
+Source: 
https://files.pythonhosted.org/packages/source/w/weakrefmethod/weakrefmethod-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # test requirements
 BuildRequires:  python-unittest2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -53,8 +52,8 @@
 python setup.py test
 
 %files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog