Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pymacaroons-pynacl for 
openSUSE:Factory checked in at 2022-04-08 22:45:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymacaroons-pynacl (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymacaroons-pynacl.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymacaroons-pynacl"

Fri Apr  8 22:45:40 2022 rev:5 rq:967688 version:0.9.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pymacaroons-pynacl/python-pymacaroons-pynacl.changes
      2020-06-29 21:18:43.349850305 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pymacaroons-pynacl.new.1900/python-pymacaroons-pynacl.changes
    2022-04-08 22:45:47.859086599 +0200
@@ -1,0 +2,7 @@
+Thu Apr  7 07:37:50 UTC 2022 - [email protected]
+
+- do not require python-mock for build
+- modified patches
+  % python-pymacaroons-pynacl-remove-nose.patch (refreshed)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymacaroons-pynacl.spec ++++++
--- /var/tmp/diff_new_pack.Fg2L68/_old  2022-04-08 22:45:48.439080162 +0200
+++ /var/tmp/diff_new_pack.Fg2L68/_new  2022-04-08 22:45:48.443080117 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pymacaroons-pynacl
 #
-# Copyright (c) 2020 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
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 %define         github_name pymacaroons
 Name:           python-pymacaroons-pynacl
 Version:        0.9.3
@@ -31,7 +32,6 @@
 BuildRequires:  %{python_module PyNaCl}
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module libnacl}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}

++++++ python-pymacaroons-pynacl-remove-nose.patch ++++++
--- /var/tmp/diff_new_pack.Fg2L68/_old  2022-04-08 22:45:48.475079762 +0200
+++ /var/tmp/diff_new_pack.Fg2L68/_new  2022-04-08 22:45:48.479079718 +0200
@@ -1,7 +1,7 @@
 Index: pymacaroons-0.9.3/.coveragerc
 ===================================================================
---- pymacaroons-0.9.3.orig/.coveragerc 2015-08-20 17:47:34.000000000 +0200
-+++ pymacaroons-0.9.3/.coveragerc      2020-06-29 11:51:09.967837416 +0200
+--- pymacaroons-0.9.3.orig/.coveragerc
++++ pymacaroons-0.9.3/.coveragerc
 @@ -1,4 +1,3 @@
  [report]
  omit =
@@ -9,8 +9,8 @@
 -    */site-packages/nose/*
 Index: pymacaroons-0.9.3/.gitignore
 ===================================================================
---- pymacaroons-0.9.3.orig/.gitignore  2015-08-20 17:47:34.000000000 +0200
-+++ pymacaroons-0.9.3/.gitignore       2020-06-29 11:51:19.983896739 +0200
+--- pymacaroons-0.9.3.orig/.gitignore
++++ pymacaroons-0.9.3/.gitignore
 @@ -36,7 +36,6 @@ htmlcov/
  .tox/
  .coverage
@@ -21,8 +21,8 @@
  # Translations
 Index: pymacaroons-0.9.3/requirements.txt
 ===================================================================
---- pymacaroons-0.9.3.orig/requirements.txt    2015-08-20 17:47:34.000000000 
+0200
-+++ pymacaroons-0.9.3/requirements.txt 2020-06-29 11:51:32.275969541 +0200
+--- pymacaroons-0.9.3.orig/requirements.txt
++++ pymacaroons-0.9.3/requirements.txt
 @@ -2,7 +2,7 @@
  -e .
  
@@ -34,8 +34,8 @@
  sphinx>=1.2.3
 Index: pymacaroons-0.9.3/tests/functional_tests/encrypted_field_tests.py
 ===================================================================
---- pymacaroons-0.9.3.orig/tests/functional_tests/encrypted_field_tests.py     
2015-08-20 17:47:34.000000000 +0200
-+++ pymacaroons-0.9.3/tests/functional_tests/encrypted_field_tests.py  
2020-06-29 12:28:52.997258139 +0200
+--- pymacaroons-0.9.3.orig/tests/functional_tests/encrypted_field_tests.py
++++ pymacaroons-0.9.3/tests/functional_tests/encrypted_field_tests.py
 @@ -2,7 +2,7 @@ from __future__ import unicode_literals
  
  import nacl.bindings
@@ -66,13 +66,15 @@
 +        assert verified
 Index: pymacaroons-0.9.3/tests/functional_tests/functional_tests.py
 ===================================================================
---- pymacaroons-0.9.3.orig/tests/functional_tests/functional_tests.py  
2015-08-20 17:47:34.000000000 +0200
-+++ pymacaroons-0.9.3/tests/functional_tests/functional_tests.py       
2020-06-29 12:47:55.108100220 +0200
-@@ -2,7 +2,7 @@ from __future__ import unicode_literals
+--- pymacaroons-0.9.3.orig/tests/functional_tests/functional_tests.py
++++ pymacaroons-0.9.3/tests/functional_tests/functional_tests.py
+@@ -1,8 +1,8 @@
+ from __future__ import unicode_literals
  import json
  
- from mock import *
+-from mock import *
 -from nose.tools import *
++from unittest.mock import *
 +import pytest
  
  import nacl.bindings
@@ -301,15 +303,16 @@
 +            'signature 
7a9289bfbb92d725f748bbcb4f3e04e56b7021513ebeed8411bfba10a16a662e')
 Index: pymacaroons-0.9.3/tests/property_tests/macaroon_property_tests.py
 ===================================================================
---- pymacaroons-0.9.3.orig/tests/property_tests/macaroon_property_tests.py     
2015-08-20 17:47:34.000000000 +0200
-+++ pymacaroons-0.9.3/tests/property_tests/macaroon_property_tests.py  
2020-06-29 12:09:44.190436549 +0200
+--- pymacaroons-0.9.3.orig/tests/property_tests/macaroon_property_tests.py
++++ pymacaroons-0.9.3/tests/property_tests/macaroon_property_tests.py
 @@ -1,7 +1,8 @@
  from __future__ import unicode_literals
  
+-from mock import *
+-from nose.tools import *
 +import pytest
 +
- from mock import *
--from nose.tools import *
++from unittest.mock import *
  from hypothesis import assume, given, strategy
  from hypothesis.specifiers import one_of, sampled_from
  
@@ -325,8 +328,8 @@
 +        assert macaroon.signature == deserialized.signature
 Index: pymacaroons-0.9.3/tox.ini
 ===================================================================
---- pymacaroons-0.9.3.orig/tox.ini     2015-08-20 17:47:34.000000000 +0200
-+++ pymacaroons-0.9.3/tox.ini  2020-06-29 12:07:45.953736271 +0200
+--- pymacaroons-0.9.3.orig/tox.ini
++++ pymacaroons-0.9.3/tox.ini
 @@ -5,12 +5,12 @@ skip_missing_interpreters=True
  [testenv]
  deps=-rrequirements.txt
@@ -350,8 +353,8 @@
 +    pytest --cov=pymacaroons tests/
 Index: pymacaroons-0.9.3/pytest.ini
 ===================================================================
---- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ pymacaroons-0.9.3/pytest.ini       2020-06-29 12:31:07.738065336 +0200
+--- /dev/null
++++ pymacaroons-0.9.3/pytest.ini
 @@ -0,0 +1,5 @@
 +[pytest]
 +python_files = *test*.py

Reply via email to