Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-txtorcon for openSUSE:Factory
checked in at 2022-04-21 15:42:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-txtorcon (Old)
and /work/SRC/openSUSE:Factory/.python-txtorcon.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-txtorcon"
Thu Apr 21 15:42:43 2022 rev:12 rq:971336 version:22.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes
2021-09-08 21:37:05.281921582 +0200
+++
/work/SRC/openSUSE:Factory/.python-txtorcon.new.1538/python-txtorcon.changes
2022-04-21 15:49:00.916339091 +0200
@@ -1,0 +2,8 @@
+Wed Apr 20 11:49:40 UTC 2022 - [email protected]
+
+- version update to 22.0.0
+ * Use GitHub Action for CI (instead of Travis)
+ * fix coveralls uploading of coverage
+- do not require python-mock for build
+
+-------------------------------------------------------------------
Old:
----
txtorcon-21.1.0.tar.gz
New:
----
txtorcon-22.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-txtorcon.spec ++++++
--- /var/tmp/diff_new_pack.Bm2x7D/_old 2022-04-21 15:49:01.336339540 +0200
+++ /var/tmp/diff_new_pack.Bm2x7D/_new 2022-04-21 15:49:01.340339544 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-txtorcon
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**}
%{!?skip_python3:python3-%{**}}}
%bcond_without python2
Name: python-txtorcon
-Version: 21.1.0
+Version: 22.0.0
Release: 0
Summary: Twisted-based asynchronous Tor control protocol implementation
License: MIT
@@ -37,7 +37,6 @@
BuildRequires: lsof
BuildRequires: %{python_module Automat}
BuildRequires: %{python_module Twisted >= 15.5.0}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module zope.interface >= 3.6.1}
%if %{with python2}
BuildRequires: python-ipaddress
@@ -67,6 +66,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# https://github.com/meejah/txtorcon/issues/368
+sed -i 's:from mock:from unittest.mock:' test/*.py
# looks more like integration tests
# Async tests don't work with pytest gh#crossbario/autobahn-python#1235
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
++++++ txtorcon-21.1.0.tar.gz -> txtorcon-22.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/Makefile new/txtorcon-22.0.0/Makefile
--- old/txtorcon-21.1.0/Makefile 2021-08-16 23:06:58.000000000 +0200
+++ new/txtorcon-22.0.0/Makefile 2022-03-16 22:26:15.000000000 +0100
@@ -1,6 +1,6 @@
.PHONY: test html counts coverage sdist clean install doc integration diagrams
default: test
-VERSION = 21.1.0
+VERSION = 22.0.0
test:
PYTHONPATH=. trial --reporter=text test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/PKG-INFO new/txtorcon-22.0.0/PKG-INFO
--- old/txtorcon-21.1.0/PKG-INFO 2021-08-16 23:10:09.106760000 +0200
+++ new/txtorcon-22.0.0/PKG-INFO 2022-03-16 22:28:53.509965000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: txtorcon
-Version: 21.1.0
+Version: 22.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
@@ -44,8 +44,8 @@
:target: https://github.com/meejah/txtorcon/actions
:alt: github-actions
-.. image:: https://coveralls.io/repos/meejah/txtorcon/badge.png
- :target: https://coveralls.io/r/meejah/txtorcon
+.. image:: https://coveralls.io/repos/meejah/txtorcon/badge.png?branch=main
+ :target: https://coveralls.io/github/meejah/txtorcon?branch=main
:alt: coveralls
.. image:: http://codecov.io/github/meejah/txtorcon/coverage.svg?branch=main
@@ -68,9 +68,9 @@
txtorcon
========
-- **docs**: https://txtorcon.readthedocs.org or http://timaq4ygg2iegci7.onion
+- **docs**: https://txtorcon.readthedocs.org or
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
- **code**: https://github.com/meejah/txtorcon
-- ``torsocks git clone git://timaq4ygg2iegci7.onion/txtorcon.git``
+- ``torsocks git clone
git://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon.git``
- MIT-licensed;
- Python 2.7, PyPy 5.0.0+, Python 3.5+;
- depends on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/README.rst
new/txtorcon-22.0.0/README.rst
--- old/txtorcon-21.1.0/README.rst 2021-08-06 21:21:25.000000000 +0200
+++ new/txtorcon-22.0.0/README.rst 2022-03-16 21:58:15.000000000 +0100
@@ -15,8 +15,8 @@
:target: https://github.com/meejah/txtorcon/actions
:alt: github-actions
-.. image:: https://coveralls.io/repos/meejah/txtorcon/badge.png
- :target: https://coveralls.io/r/meejah/txtorcon
+.. image:: https://coveralls.io/repos/meejah/txtorcon/badge.png?branch=main
+ :target: https://coveralls.io/github/meejah/txtorcon?branch=main
:alt: coveralls
.. image:: http://codecov.io/github/meejah/txtorcon/coverage.svg?branch=main
@@ -39,9 +39,9 @@
txtorcon
========
-- **docs**: https://txtorcon.readthedocs.org or http://timaq4ygg2iegci7.onion
+- **docs**: https://txtorcon.readthedocs.org or
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
- **code**: https://github.com/meejah/txtorcon
-- ``torsocks git clone git://timaq4ygg2iegci7.onion/txtorcon.git``
+- ``torsocks git clone
git://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon.git``
- MIT-licensed;
- Python 2.7, PyPy 5.0.0+, Python 3.5+;
- depends on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/docs/release-checklist.rst
new/txtorcon-22.0.0/docs/release-checklist.rst
--- old/txtorcon-21.1.0/docs/release-checklist.rst 2021-08-16
23:09:49.000000000 +0200
+++ new/txtorcon-22.0.0/docs/release-checklist.rst 2022-03-16
22:27:56.000000000 +0100
@@ -23,7 +23,7 @@
* update heading, date
* on both signing-machine and build-machine shells:
- * export VERSION=21.1.0
+ * export VERSION=22.0.0
* (if on signing machine) "make dist" and "make dist-sigs"
* creates:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/docs/releases.rst
new/txtorcon-22.0.0/docs/releases.rst
--- old/txtorcon-21.1.0/docs/releases.rst 2021-08-16 23:07:53.000000000
+0200
+++ new/txtorcon-22.0.0/docs/releases.rst 2022-03-16 22:28:27.000000000
+0100
@@ -17,6 +17,15 @@
`git main <https://github.com/meejah/txtorcon>`_ *will likely become v21.1.0*
+v22.0.0
+-------
+
+March 16, 2022
+
+ * `txtorcon-22.0.0.tar.gz
<http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-22.0.0.tar.gz>`_
(`PyPI <https://pypi.python.org/pypi/txtorcon/22.0.0>`_ (:download:`local-sig
</../signatues/txtorcon-22.0.0.tar.gz.asc>` or `github-sig
<https://github.com/meejah/txtorcon/blob/main/signatues/txtorcon-22.0.0.tar.gz.asc?raw=true>`_)
(`source <https://github.com/meejah/txtorcon/archive/v22.0.0.tar.gz>`_)
+ * Use GitHub Action for CI (instead of Travis)
+ * fix coveralls uploading of coverage
+
v21.1.0
-------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/setup.py new/txtorcon-22.0.0/setup.py
--- old/txtorcon-21.1.0/setup.py 2020-04-20 04:58:02.000000000 +0200
+++ new/txtorcon-22.0.0/setup.py 2022-03-16 21:55:58.000000000 +0100
@@ -41,7 +41,7 @@
name='txtorcon',
version=__version__,
description=description,
- setup_requires="setuptools>=36.2",
+## setup_requires="setuptools>=36.2",
long_description=open('README.rst', 'r').read(),
keywords=['python', 'twisted', 'tor', 'tor controller'],
install_requires=open('requirements.txt').readlines(),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/txtorcon/_metadata.py
new/txtorcon-22.0.0/txtorcon/_metadata.py
--- old/txtorcon-21.1.0/txtorcon/_metadata.py 2021-08-16 23:07:05.000000000
+0200
+++ new/txtorcon-22.0.0/txtorcon/_metadata.py 2022-03-16 22:26:28.000000000
+0100
@@ -1,6 +1,6 @@
-__version__ = '21.1.0'
+__version__ = '22.0.0'
__author__ = 'meejah'
__contact__ = '[email protected]'
__url__ = 'https://github.com/meejah/txtorcon'
__license__ = 'MIT'
-__copyright__ = 'Copyright 2012-2021'
+__copyright__ = 'Copyright 2012-2022'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/txtorcon-21.1.0/txtorcon.egg-info/PKG-INFO
new/txtorcon-22.0.0/txtorcon.egg-info/PKG-INFO
--- old/txtorcon-21.1.0/txtorcon.egg-info/PKG-INFO 2021-08-16
23:10:08.000000000 +0200
+++ new/txtorcon-22.0.0/txtorcon.egg-info/PKG-INFO 2022-03-16
22:28:53.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: txtorcon
-Version: 21.1.0
+Version: 22.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
@@ -44,8 +44,8 @@
:target: https://github.com/meejah/txtorcon/actions
:alt: github-actions
-.. image:: https://coveralls.io/repos/meejah/txtorcon/badge.png
- :target: https://coveralls.io/r/meejah/txtorcon
+.. image:: https://coveralls.io/repos/meejah/txtorcon/badge.png?branch=main
+ :target: https://coveralls.io/github/meejah/txtorcon?branch=main
:alt: coveralls
.. image:: http://codecov.io/github/meejah/txtorcon/coverage.svg?branch=main
@@ -68,9 +68,9 @@
txtorcon
========
-- **docs**: https://txtorcon.readthedocs.org or http://timaq4ygg2iegci7.onion
+- **docs**: https://txtorcon.readthedocs.org or
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
- **code**: https://github.com/meejah/txtorcon
-- ``torsocks git clone git://timaq4ygg2iegci7.onion/txtorcon.git``
+- ``torsocks git clone
git://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon.git``
- MIT-licensed;
- Python 2.7, PyPy 5.0.0+, Python 3.5+;
- depends on