commit python-txtorcon for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2020-04-21 13:07:09

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


Package is "python-txtorcon"

Tue Apr 21 13:07:09 2020 rev:8 rq:795712 version:20.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2020-04-07 10:31:36.674521238 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.2738/python-txtorcon.changes
2020-04-21 13:07:10.620394616 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 08:51:54 UTC 2020 - Tomáš Chvátal 
+
+- Fix build wihtout python2
+
+---



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.NKuEHV/_old  2020-04-21 13:07:11.528396427 +0200
+++ /var/tmp/diff_new_pack.NKuEHV/_new  2020-04-21 13:07:11.528396427 +0200
@@ -17,17 +17,16 @@
 
 
 %{?!python_module:%define python_module() python-%{**} 
%{!?skip_python3:python3-%{**}}}
+%bcond_without python2
 Name:   python-txtorcon
 Version:20.0.0
 Release:0
 Summary:Twisted-based asynchronous Tor control protocol implementation
 License:MIT
-Group:  Development/Languages/Python
 URL:https://txtorcon.readthedocs.org
 Source: 
https://files.pythonhosted.org/packages/source/t/txtorcon/txtorcon-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools >= 36.2}
 BuildRequires:  fdupes
-BuildRequires:  python-ipaddress
 BuildRequires:  python-rpm-macros
 Requires:   python-Automat
 Requires:   python-Twisted >= 15.5.0
@@ -40,6 +39,9 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module zope.interface >= 3.6.1}
+%if %{with python2}
+BuildRequires:  python-ipaddress
+%endif
 # /SECTION
 %ifpython2
 Requires:   python-ipaddress >= 1.0.16




commit python-txtorcon for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2020-04-07 10:29:57

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


Package is "python-txtorcon"

Tue Apr  7 10:29:57 2020 rev:7 rq:791685 version:20.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2020-01-02 14:43:22.376959965 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.3248/python-txtorcon.changes
2020-04-07 10:31:36.674521238 +0200
@@ -1,0 +2,10 @@
+Mon Apr  6 08:18:04 UTC 2020 - Marketa Calabkova 
+
+- Update to 20.0.0
+ * Use real GeoIP database or nothing 
(https://github.com/meejah/txtorcon/issues/250)
+ * Change abstract base classes import in preperation for Python 3.8 (thanks 
@glowatsk)
+ * Python 3.4 is no longer supported
+ * Python 2 is deprecated; all new code should be Python 3. Support
+   for Python 2 will be removed in a future release.
+
+---

Old:

  txtorcon-19.1.0.tar.gz

New:

  txtorcon-20.0.0.tar.gz



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.oQdU5g/_old  2020-04-07 10:31:40.046525631 +0200
+++ /var/tmp/diff_new_pack.oQdU5g/_new  2020-04-07 10:31:40.046525631 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-txtorcon
 #
-# Copyright (c) 2019 SUSE LLC
+# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} 
%{!?skip_python3:python3-%{**}}}
 Name:   python-txtorcon
-Version:19.1.0
+Version:20.0.0
 Release:0
 Summary:Twisted-based asynchronous Tor control protocol implementation
 License:MIT
@@ -66,7 +66,7 @@
 
 %check
 # looks more like integration tests
-%pytest -k 'not (test_real_addr or test_return_geoip_object)'
+%pytest -k 'not test_real_addr'
 
 %files %{python_files}
 %license LICENSE docs/*.rst

++ txtorcon-19.1.0.tar.gz -> txtorcon-20.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txtorcon-19.1.0/Makefile new/txtorcon-20.0.0/Makefile
--- old/txtorcon-19.1.0/Makefile2019-09-10 08:50:29.0 +0200
+++ new/txtorcon-20.0.0/Makefile2020-03-31 04:43:49.0 +0200
@@ -1,6 +1,6 @@
-.PHONY: test html counts coverage sdist clean install doc integration diagrams 
dist-hs
+.PHONY: test html counts coverage sdist clean install doc integration diagrams
 default: test
-VERSION = 19.1.0
+VERSION = 20.0.0
 
 test:
PYTHONPATH=. trial --reporter=text test
@@ -103,20 +103,6 @@
 
 dist-sigs: dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc 
dist/txtorcon-${VERSION}.tar.gz.asc
 
-dist-hs:
-   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl 
~/tools/dist/txtorcon3/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc 
~/tools/dist/txtorcon3/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl 
~/tools/dist/txtorcon/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc 
~/tools/dist/txtorcon/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}.tar.gz 
~/tools/dist/txtorcon3/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}.tar.gz.asc 
~/tools/dist/txtorcon3/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}.tar.gz 
~/tools/dist/txtorcon/git/docs/_build/html/
-   cp dist/txtorcon-${VERSION}.tar.gz.asc 
~/tools/dist/txtorcon/git/docs/_build/html/
-
-check-sigs:
-   gpg --verify dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc
-   gpg --verify dist/txtorcon-${VERSION}.tar.gz.asc
-
 sdist: setup.py
python setup.py check
python setup.py sdist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txtorcon-19.1.0/PKG-INFO new/txtorcon-20.0.0/PKG-INFO
--- old/txtorcon-19.1.0/PKG-INFO2019-09-10 08:50:32.0 +0200
+++ new/txtorcon-20.0.0/PKG-INFO2020-04-01 04:56:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: txtorcon
-Version: 19.1.0
+Version: 20.0.0
 Summary:  Twisted-based Tor controller client, with state-tracking and 
configuration abstractions. https://txtorcon.readthedocs.org 
https://github.com/meejah/txtorcon 
 Home-page: https://github.com/meejah/txtorcon
 Author: meejah
@@ -51,7 +51,7 @@
 - **code**: https://github.com/meejah/txtorcon
 - ``torsocks git clone 

commit python-txtorcon for openSUSE:Factory

2020-01-02 Thread root
Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2020-01-02 14:43:10

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


Package is "python-txtorcon"

Thu Jan  2 14:43:10 2020 rev:6 rq:760367 version:19.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2019-09-27 14:48:43.744720977 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.6675/python-txtorcon.changes
2020-01-02 14:43:22.376959965 +0100
@@ -1,0 +2,7 @@
+Mon Dec 30 13:38:19 UTC 2019 - Dominique Leuenberger 
+
+- Drop GeoIP dependency. The geoip interface is no longer valid and
+  this package was not portedto GeoIP2. The test has already been
+  disarmed a while back.
+
+---



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.6TcsGc/_old  2020-01-02 14:43:23.004960213 +0100
+++ /var/tmp/diff_new_pack.6TcsGc/_new  2020-01-02 14:43:23.004960213 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-txtorcon
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,14 +30,12 @@
 BuildRequires:  python-ipaddress
 BuildRequires:  python-rpm-macros
 Requires:   python-Automat
-Requires:   python-GeoIP >= 1.2.9
 Requires:   python-Twisted >= 15.5.0
 Requires:   python-incremental
 Requires:   python-zope.interface >= 3.6.1
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Automat}
-BuildRequires:  %{python_module GeoIP >= 1.2.9}
 BuildRequires:  %{python_module Twisted >= 15.5.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}




commit python-txtorcon for openSUSE:Factory

2019-09-27 Thread root
Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2019-09-27 14:48:38

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


Package is "python-txtorcon"

Fri Sep 27 14:48:38 2019 rev:5 rq:731285 version:19.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2019-07-31 14:28:06.638167724 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.2352/python-txtorcon.changes
2019-09-27 14:48:43.744720977 +0200
@@ -1,0 +2,16 @@
+Mon Sep 16 13:02:45 UTC 2019 - Tomáš Chvátal 
+
+- Update to 19.1.0:
+  * TorControlProtocol.on_disconnect is deprecated in favour of
+TorControlProtocol.when_disconnected
+  * introduce non_anonymous_mode= kwarg in txtorcon.launch()
+enabling Tor options making Onion Services non-anonymous for the
+server (but they use a single hop instead of three to the
+Introduction Point so they're slightly faster).
+  * add an API to listen to individual circuit and stream events
+(without subclassing anything). Can be used as decorators too.
+See e.g. TorState.on_circuit_new()
+- Drop merged patch:
+  * python-txtorcon-methods-are-bytes.patch
+
+---

Old:

  python-txtorcon-methods-are-bytes.patch
  txtorcon-19.0.0.tar.gz

New:

  txtorcon-19.1.0.tar.gz



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.TDYmXN/_old  2019-09-27 14:48:44.356719386 +0200
+++ /var/tmp/diff_new_pack.TDYmXN/_new  2019-09-27 14:48:44.356719386 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} 
%{!?skip_python3:python3-%{**}}}
 Name:   python-txtorcon
-Version:19.0.0
+Version:19.1.0
 Release:0
 Summary:Twisted-based asynchronous Tor control protocol implementation
 License:MIT
 Group:  Development/Languages/Python
 URL:https://txtorcon.readthedocs.org
 Source: 
https://files.pythonhosted.org/packages/source/t/txtorcon/txtorcon-%{version}.tar.gz
-# 
https://github.com/meejah/txtorcon/commit/5d7ebea5086f361efe7f14aea58e512a04b401f3
-Patch0: python-txtorcon-methods-are-bytes.patch
 BuildRequires:  %{python_module setuptools >= 36.2}
 BuildRequires:  fdupes
 BuildRequires:  python-ipaddress
@@ -56,7 +54,6 @@
 
 %prep
 %setup -q -n txtorcon-%{version}
-%patch0 -p1
 
 sed -i '/data_files/,/\]\,/s/^/#/' setup.py
 

++ txtorcon-19.0.0.tar.gz -> txtorcon-19.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txtorcon-19.0.0/Makefile new/txtorcon-19.1.0/Makefile
--- old/txtorcon-19.0.0/Makefile2019-01-16 06:04:26.0 +0100
+++ new/txtorcon-19.1.0/Makefile2019-09-10 08:50:29.0 +0200
@@ -1,6 +1,6 @@
-.PHONY: test html counts coverage sdist clean install doc integration diagrams
+.PHONY: test html counts coverage sdist clean install doc integration diagrams 
dist-hs
 default: test
-VERSION = 19.0.0
+VERSION = 19.1.0
 
 test:
PYTHONPATH=. trial --reporter=text test
@@ -103,6 +103,20 @@
 
 dist-sigs: dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc 
dist/txtorcon-${VERSION}.tar.gz.asc
 
+dist-hs:
+   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl 
~/tools/dist/txtorcon3/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc 
~/tools/dist/txtorcon3/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl 
~/tools/dist/txtorcon/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc 
~/tools/dist/txtorcon/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}.tar.gz 
~/tools/dist/txtorcon3/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}.tar.gz.asc 
~/tools/dist/txtorcon3/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}.tar.gz 
~/tools/dist/txtorcon/git/docs/_build/html/
+   cp dist/txtorcon-${VERSION}.tar.gz.asc 
~/tools/dist/txtorcon/git/docs/_build/html/
+
+check-sigs:
+   gpg --verify dist/txtorcon-${VERSION}-py2.py3-none-any.whl.asc
+   gpg --verify dist/txtorcon-${VERSION}.tar.gz.asc
+
 sdist: setup.py
python setup.py check
python setup.py sdist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/txtorcon-19.0.0/PKG-INFO new/txtorcon-19.1.0/PKG-INFO
--- old/txtorcon-19.0.0/PKG-INFO2019-01-16 06:08:27.0 +0100
+++ new/txtorcon-19.1.0/PKG-INFO2019-09-10 08:50:32.0 +0200
@@ -1,12 +1,7 @@
 Metadata-Version: 2.1
 Name: txtorcon
-Version: 19.0.0
-Summary: 
-

commit python-txtorcon for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2019-07-31 14:28:01

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


Package is "python-txtorcon"

Wed Jul 31 14:28:01 2019 rev:4 rq:719794 version:19.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2019-06-18 14:58:07.041339075 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.4126/python-txtorcon.changes
2019-07-31 14:28:06.638167724 +0200
@@ -1,0 +2,8 @@
+Tue Jul 30 08:21:53 UTC 2019 - pgaj...@suse.com
+
+- fix build
+- added patches
+  
https://github.com/meejah/txtorcon/commit/5d7ebea5086f361efe7f14aea58e512a04b401f3
+  + python-txtorcon-methods-are-bytes.patch
+
+---

New:

  python-txtorcon-methods-are-bytes.patch



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.7ENkIc/_old  2019-07-31 14:28:07.138166803 +0200
+++ /var/tmp/diff_new_pack.7ENkIc/_new  2019-07-31 14:28:07.142166795 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Languages/Python
 URL:https://txtorcon.readthedocs.org
 Source: 
https://files.pythonhosted.org/packages/source/t/txtorcon/txtorcon-%{version}.tar.gz
+# 
https://github.com/meejah/txtorcon/commit/5d7ebea5086f361efe7f14aea58e512a04b401f3
+Patch0: python-txtorcon-methods-are-bytes.patch
 BuildRequires:  %{python_module setuptools >= 36.2}
 BuildRequires:  fdupes
 BuildRequires:  python-ipaddress
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n txtorcon-%{version}
+%patch0 -p1
 
 sed -i '/data_files/,/\]\,/s/^/#/' setup.py
 

++ python-txtorcon-methods-are-bytes.patch ++
diff --git a/test/test_controller.py b/test/test_controller.py
index 722cc695..9856f2ca 100644
--- a/test/test_controller.py
+++ b/test/test_controller.py
@@ -1060,7 +1060,7 @@ def test_web_agent_defaults(self):
 print("Skipping; appears we don't have web support")
 return
 
-resp = yield agent.request('GET', b'meejah.ca')
+resp = yield agent.request(b'GET', b'meejah.ca')
 self.assertEqual(self.expected_response, resp)
 
 @defer.inlineCallbacks
@@ -1074,7 +1074,7 @@ def test_web_agent_deferred(self):
 tor = Tor(reactor, proto, _tor_config=cfg)
 agent = tor.web_agent(pool=self.pool, socks_endpoint=socks_d)
 
-resp = yield agent.request('GET', b'meejah.ca')
+resp = yield agent.request(b'GET', b'meejah.ca')
 self.assertEqual(self.expected_response, resp)
 
 @defer.inlineCallbacks
@@ -1089,7 +1089,7 @@ def test_web_agent_endpoint(self):
 tor = Tor(reactor, proto, _tor_config=cfg)
 agent = tor.web_agent(pool=self.pool, socks_endpoint=socks)
 
-resp = yield agent.request('GET', b'meejah.ca')
+resp = yield agent.request(b'GET', b'meejah.ca')
 self.assertEqual(self.expected_response, resp)
 
 @defer.inlineCallbacks
@@ -1102,7 +1102,7 @@ def test_web_agent_error(self):
 tor = Tor(reactor, proto, _tor_config=cfg)
 with self.assertRaises(ValueError) as ctx:
 agent = tor.web_agent(pool=self.pool, socks_endpoint=object())
-yield agent.request('GET', b'meejah.ca')
+yield agent.request(B'GET', b'meejah.ca')
 self.assertTrue("'socks_endpoint' should be" in str(ctx.exception))
 
 



commit python-txtorcon for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2019-06-18 14:57:51

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


Package is "python-txtorcon"

Tue Jun 18 14:57:51 2019 rev:3 rq:710323 version:19.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2018-12-24 11:45:29.801233828 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.4811/python-txtorcon.changes
2019-06-18 14:58:07.041339075 +0200
@@ -1,0 +2,8 @@
+Mon Jun 17 09:15:00 UTC 2019 - pgaj...@suse.com
+
+- version update to 19.0.0
+  * many upstream changes, see releases.rst
+- run testsuite
+- package documentation
+
+---

Old:

  txtorcon-0.20.0.tar.gz

New:

  txtorcon-19.0.0.tar.gz



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.4uBIJD/_old  2019-06-18 14:58:08.48276 +0200
+++ /var/tmp/diff_new_pack.4uBIJD/_new  2019-06-18 14:58:08.465338257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-txtorcon
 #
-# 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-%{**} 
%{!?skip_python3:python3-%{**}}}
 Name:   python-txtorcon
-Version:0.20.0
+Version:19.0.0
 Release:0
 Summary:Twisted-based asynchronous Tor control protocol implementation
 License:MIT
@@ -29,15 +29,22 @@
 BuildRequires:  fdupes
 BuildRequires:  python-ipaddress
 BuildRequires:  python-rpm-macros
-Requires:   python-GeoIP
-Requires:   python-Twisted
+Requires:   python-Automat
+Requires:   python-GeoIP >= 1.2.9
+Requires:   python-Twisted >= 15.5.0
+Requires:   python-incremental
+Requires:   python-zope.interface >= 3.6.1
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module GeoIP}
-BuildRequires:  %{python_module Twisted}
+BuildRequires:  %{python_module Automat}
+BuildRequires:  %{python_module GeoIP >= 1.2.9}
+BuildRequires:  %{python_module Twisted >= 15.5.0}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module zope.interface >= 3.6.1}
 # /SECTION
 %ifpython2
-Requires:   python-ipaddress
+Requires:   python-ipaddress >= 1.0.16
 %endif
 %python_subpackages
 
@@ -59,8 +66,12 @@
 %python_expand rm -rf %{buildroot}%{$python_sitelib}/test/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# looks more like integration tests
+%pytest -k 'not (test_real_addr or test_return_geoip_object)'
+
 %files %{python_files}
-%license LICENSE
+%license LICENSE docs/*.rst
 %{python_sitelib}/*
 
 %changelog

++ txtorcon-0.20.0.tar.gz -> txtorcon-19.0.0.tar.gz ++
 11040 lines of diff (skipped)




commit python-txtorcon for openSUSE:Factory

2018-12-24 Thread root
Hello community,

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

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


Package is "python-txtorcon"

Mon Dec 24 11:45:28 2018 rev:2 rq:659728 version:0.20.0

Changes:

--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2018-04-24 15:33:16.921890864 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.28833/python-txtorcon.changes   
2018-12-24 11:45:29.801233828 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:28 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-txtorcon.spec ++
--- /var/tmp/diff_new_pack.QIEWG4/_old  2018-12-24 11:45:30.225233452 +0100
+++ /var/tmp/diff_new_pack.QIEWG4/_new  2018-12-24 11:45:30.229233449 +0100
@@ -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/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 URL:https://txtorcon.readthedocs.org
 Source: 
https://files.pythonhosted.org/packages/source/t/txtorcon/txtorcon-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools >= 36.2}
 BuildRequires:  fdupes
 BuildRequires:  python-ipaddress