Hello community,

here is the log from the commit of package python-nss for openSUSE:Factory 
checked in at 2018-05-08 13:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nss (Old)
 and      /work/SRC/openSUSE:Factory/.python-nss.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nss"

Tue May  8 13:36:44 2018 rev:2 rq:603103 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nss/python-nss.changes    2015-06-15 
17:47:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-nss.new/python-nss.changes       
2018-05-08 13:36:45.562810387 +0200
@@ -1,0 +2,16 @@
+Wed May  2 12:05:56 UTC 2018 - [email protected]
+
+- Fix SOURCE link to be fetchable
+
+-------------------------------------------------------------------
+Thu Feb  1 18:39:28 UTC 2018 - [email protected]
+
+- update to 1.0.1
+  see installed /usr/share/doc/packages/python*-nss/ChangeLog
+
+-------------------------------------------------------------------
+Thu Feb  1 18:35:14 UTC 2018 - [email protected]
+
+- convert so single spec
+
+-------------------------------------------------------------------

Old:
----
  python-nss-0.16.0.tar.bz2

New:
----
  python-nss-1.0.1.tar.bz2

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

Other differences:
------------------
++++++ python-nss.spec ++++++
--- /var/tmp/diff_new_pack.owak1R/_old  2018-05-08 13:36:46.122790176 +0200
+++ /var/tmp/diff_new_pack.owak1R/_new  2018-05-08 13:36:46.126790032 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nss
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -13,25 +13,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-nss
-Version:        0.16.0
+Version:        1.0.1
 Release:        0
-License:        MPL-1.1+ or GPL-2.0+ or LGPL-2.0+
 Summary:        Python bindings for mozilla-nss and mozilla-nspr
-Url:            http://www.mozilla.org/projects/security/pki/python-nss
+License:        MPL-1.1+ OR GPL-2.0-or-later OR LGPL-2.0-or-later
 Group:          Development/Languages/Python
-Source:         
https://pypi.python.org/packages/source/p/python-nss/python-nss-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
+URL:            http://www.mozilla.org/projects/security/pki/python-nss
+Source:         
https://files.pythonhosted.org/packages/source/p/python-nss/python-nss-%{version}.tar.bz2
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  mozilla-nss-devel
-BuildRequires:  python-docutils
-BuildRequires:  python-setuptools
+%python_subpackages
 
 %description
 python-nss is a Python binding for NSS (Network Security Services) and
@@ -44,14 +42,14 @@
 %setup -q -n python-nss-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
-%defattr(-,root,root,-)
-%doc LICENSE.mpl LICENSE.lgpl LICENSE.gpl README
+%files %{python_files}
+%license LICENSE.mpl LICENSE.lgpl LICENSE.gpl
+%doc README doc/ChangeLog
 %{python_sitearch}/*
 
 %changelog

++++++ python-nss-0.16.0.tar.bz2 -> python-nss-1.0.1.tar.bz2 ++++++
++++ 13758 lines of diff (skipped)


Reply via email to