Hello community,

here is the log from the commit of package python-mockldap for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:08:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mockldap (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-mockldap.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mockldap"

Mon Mar  9 18:08:54 2020 rev:15 rq:776804 version:0.3.0.post1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mockldap/python-mockldap.changes        
2020-01-15 15:50:36.991500686 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-mockldap.new.26092/python-mockldap.changes 
    2020-03-09 18:08:55.780987090 +0100
@@ -1,0 +2,11 @@
+Wed Sep 11 11:24:39 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.3.0post1:
+  * project archived and moved to github
+
+-------------------------------------------------------------------
+Tue Dec  4 12:50:26 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  mockldap-0.3.0.tar.gz

New:
----
  mockldap-0.3.0.post1.tar.gz

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

Other differences:
------------------
++++++ python-mockldap.spec ++++++
--- /var/tmp/diff_new_pack.rdCkkU/_old  2020-03-09 18:08:56.056987486 +0100
+++ /var/tmp/diff_new_pack.rdCkkU/_new  2020-03-09 18:08:56.060987491 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mockldap
 #
-# 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,28 +12,30 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mockldap
-Version:        0.3.0
+Version:        0.3.0.post1
 Release:        0
 Summary:        A simple mock implementation of python-ldap
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            http://bitbucket.org/psagers/mockldap/
+URL:            https://github.com/psagers/mockldap
 Source:         
https://files.pythonhosted.org/packages/source/m/mockldap/mockldap-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module funcparserlib}
-BuildRequires:  %{python_module ldap}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module funcparserlib >= 0.3.6}
+BuildRequires:  %{python_module ldap >= 3.0}
+BuildRequires:  %{python_module setuptools >= 0.6c11}
+BuildRequires:  fdupes
+BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
-Requires:       python-funcparserlib
-Requires:       python-ldap
+Requires:       python-funcparserlib >= 0.3.6
+Requires:       python-ldap >= 3.0
+%ifpython2
 Requires:       python-mock
+%endif
 BuildArch:      noarch
 %python_subpackages
 
@@ -44,14 +46,18 @@
 
 %prep
 %setup -q -n mockldap-%{version}
+sed -i -e 's:==:>=:g' setup.py
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
+%doc CHANGES README.rst
+%license LICENSE.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to