Hello community,

here is the log from the commit of package python-netaddr for openSUSE:Factory
checked in at Wed Sep 21 17:20:13 CEST 2011.



--------
--- python-netaddr/python-netaddr.changes       2011-03-03 10:55:39.000000000 
+0100
+++ /mounts/work_src_done/STABLE/python-netaddr/python-netaddr.changes  
2011-09-20 15:44:24.000000000 +0200
@@ -1,0 +2,41 @@
+Tue Sep 20 13:43:05 UTC 2011 - [email protected]
+
+- Changed license to 'BSD-3-Clause' (SPDX style)
+
+-------------------------------------------------------------------
+Tue Sep 20 13:40:39 UTC 2011 - [email protected]
+
+- Fixed non-executable script rpmlint warning
+- Readded dependency on python-setuptools (with python-distribute):
+  You can't simply remove this, it will break RPMs update mechanism!
+- Preparatory stuff belongs into the %prep section and the %clean
+  section has a sane default
+
+-------------------------------------------------------------------
+Wed Sep 14 00:32:39 UTC 2011 - [email protected]
+
+- Regenerate spec file with py2pack;
+- Removed unneded python-setuptools BuildRequires;
+- Update to 0.7.6:
+  * A bug fix point release
+  * Refreshed 3rd party data caches
+  * Tested against Python 3.2.x and PyPy 1.6.x
+  * Fixed unit tests under for Mac OSX
+  Specific bug fixes addressed in this release
+  --------------------------------------------
+  * FIXED Issue 15 - http://github.com/drkjam/netaddr/issues/15
+    - Incorrect and invalid glob produced when last octet is not *
+  * FIXED Issue 13 - http://github.com/drkjam/netaddr/issues/13
+    - Added support for IPython 0.11 API changes. Thanks juliantaylor
+  * FIXED Issue 11 - http://github.com/drkjam/netaddr/issues/11
+    - Calling valid_glob on cidr raises ValueError. Thanks radicand
+  * FIXED Issue 7 - http://github.com/drkjam/netaddr/issues/7
+    - Unpickling Bug in IPSet. Thanks LuizOz and labeneator
+  * FIXED Issue 2 - http://github.com/drkjam/netaddr/issues/2
+    - UnboundLocalError raised in IPNetwork constructor. Thanks keesbos
+
+  Miscellanea
+  -----------
+  - Has a famous soft drink company started making it own NICs?
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  netaddr-0.7.5.tar.bz2

New:
----
  netaddr-0.7.6.tar.bz2

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

Other differences:
------------------
++++++ python-netaddr.spec ++++++
--- /var/tmp/diff_new_pack.aBK9g3/_old  2011-09-21 17:20:08.000000000 +0200
+++ /var/tmp/diff_new_pack.aBK9g3/_new  2011-09-21 17:20:08.000000000 +0200
@@ -11,29 +11,28 @@
 # case the license is the MIT License). An "Open Source License" is a
 # 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/
 #
 
-
-
 Name:           python-netaddr
-Version:        0.7.5
-Release:        6
-License:        BSD3c
+Version:        0.7.6
+Release:        0
+Url:            http://github.com/drkjam/netaddr
 Summary:        Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network 
addresses
-Url:            http://code.google.com/p/netaddr
-Group:          Development/Libraries/Python
+License:        BSD-3-Clause
+Group:          Development/Languages/Python
 Source:         netaddr-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 A pure Python network address representation and manipulation library.
@@ -54,16 +53,19 @@
 
 %prep
 %setup -q -n netaddr-%{version}
-chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # remove executable 
bit from docs
+sed -i "1d" netaddr/{ip/iana,eui/ieee,tests/__init__}.py # Fix non-executable 
scripts
+chmod -x AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS # Remove executable 
bit from docs
 
 %build
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
+%files
+%defattr(-,root,root,-)
+%{python_sitelib}/*
+%{_bindir}/netaddr
 %doc AUTHORS CHANGELOG COPYRIGHT README LICENSE THANKS
 
 %changelog

++++++ netaddr-0.7.5.tar.bz2 -> netaddr-0.7.6.tar.bz2 ++++++
++++ 95788 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to