Hello community,

here is the log from the commit of package python-netifaces for 
openSUSE:Factory checked in at 2018-09-14 00:00:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-netifaces (Old)
 and      /work/SRC/openSUSE:Factory/.python-netifaces.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-netifaces"

Fri Sep 14 00:00:56 2018 rev:13 rq:634718 version:0.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-netifaces/python-netifaces.changes        
2017-07-19 12:21:40.846672002 +0200
+++ /work/SRC/openSUSE:Factory/.python-netifaces.new/python-netifaces.changes   
2018-09-14 00:01:00.909970959 +0200
@@ -1,0 +2,6 @@
+Mon Sep 10 11:00:01 UTC 2018 - [email protected]
+
+- update to 0.10.7:
+  * move to github
+
+-------------------------------------------------------------------

Old:
----
  netifaces-0.10.6.tar.gz

New:
----
  netifaces-0.10.7.tar.gz

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

Other differences:
------------------
++++++ python-netifaces.spec ++++++
--- /var/tmp/diff_new_pack.TbLAU3/_old  2018-09-14 00:01:01.337970632 +0200
+++ /var/tmp/diff_new_pack.TbLAU3/_new  2018-09-14 00:01:01.337970632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-netifaces
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Novell
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-netifaces
-Version:        0.10.6
+Version:        0.10.7
 Release:        0
 Summary:        Portable network interface information
 License:        MIT

++++++ netifaces-0.10.6.tar.gz -> netifaces-0.10.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netifaces-0.10.6/PKG-INFO 
new/netifaces-0.10.7/PKG-INFO
--- old/netifaces-0.10.6/PKG-INFO       2017-06-01 15:44:11.000000000 +0200
+++ new/netifaces-0.10.7/PKG-INFO       2018-05-02 11:15:38.000000000 +0200
@@ -1,17 +1,27 @@
 Metadata-Version: 1.1
 Name: netifaces
-Version: 0.10.6
+Version: 0.10.7
 Summary: Portable network interface information.
-Home-page: https://bitbucket.org/al45tair/netifaces
+Home-page: https://github.com/al45tair/netifaces
 Author: Alastair Houghton
 Author-email: [email protected]
 License: MIT License
-Description: netifaces 0.10.6
+Description: netifaces 0.10.7
         ================
         
-        .. image:: https://drone.io/bitbucket.org/al45tair/netifaces/status.png
-           :target: https://drone.io/bitbucket.org/al45tair/netifaces/latest
-           :alt: Build Status
+        +-------------+------------------+
+        | Linux/macOS | |BuildStatus|    |
+        +-------------+------------------+
+        | Windows     | |WinBuildStatus| |
+        +-------------+------------------+
+        
+        .. |BuildStatus| image:: 
https://travis-ci.org/al45tair/netifaces.svg?branch=master
+           :target: https://travis-ci.org/al45tair/dmgbuild
+           :alt: Build Status (Linux/Mac)
+        
+        .. |WinBuildStatus| image:: 
https://ci.appveyor.com/api/projects/status/3ctn1bl0aigpfjoo/branch/master?svg=true
+           :target: 
https://ci.appveyor.com/project/al45tair/netifaces/branch/master
+           :alt: Build Status (Windows)
         
         1. What is this?
         ----------------
@@ -32,8 +42,8 @@
         
         First you need to install it, which you can do by typing::
         
-          tar xvzf netifaces-0.10.6.tar.gz
-          cd netifaces-0.10.6
+          tar xvzf netifaces-0.10.7.tar.gz
+          cd netifaces-0.10.7
           python setup.py install
         
         **Note that you will need the relevant developer tools for your 
platform**,
@@ -168,14 +178,14 @@
         It gets regular testing on OS X, Linux and Windows.  It has also been 
used
         successfully on Solaris, and it's expected to work properly on other 
UNIX-like
         systems as well.  If you are running something that is not supported, 
and
-        wish to contribute a patch, please use BitBucket to send a pull 
request.
+        wish to contribute a patch, please use Github to send a pull request.
         
         4. What license is this under?
         ------------------------------
         
         It's an MIT-style license.  Here goes:
         
-        Copyright (c) 2007-2017 Alastair Houghton
+        Copyright (c) 2007-2018 Alastair Houghton
         
         Permission is hereby granted, free of charge, to any person obtaining 
a copy
         of this software and associated documentation files (the "Software"), 
to deal
@@ -199,8 +209,8 @@
         --------------------------
         
         Because someone released a fork of netifaces with the version 0.9.0.
-        Hopefully skipping the version number should remove any confusion.  In 
-        addition starting with 0.10.0 Python 3 is now supported and other 
+        Hopefully skipping the version number should remove any confusion.  In
+        addition starting with 0.10.0 Python 3 is now supported and other
         features/bugfixes have been included as well.  See the CHANGELOG for a
         more complete list of changes.
         
@@ -215,3 +225,6 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netifaces-0.10.6/README.rst 
new/netifaces-0.10.7/README.rst
--- old/netifaces-0.10.6/README.rst     2017-06-01 15:31:23.000000000 +0200
+++ new/netifaces-0.10.7/README.rst     2018-05-02 09:45:31.000000000 +0200
@@ -1,9 +1,19 @@
-netifaces 0.10.6
+netifaces 0.10.7
 ================
 
-.. image:: https://drone.io/bitbucket.org/al45tair/netifaces/status.png
-   :target: https://drone.io/bitbucket.org/al45tair/netifaces/latest
-   :alt: Build Status
++-------------+------------------+
+| Linux/macOS | |BuildStatus|    |
++-------------+------------------+
+| Windows     | |WinBuildStatus| |
++-------------+------------------+
+
+.. |BuildStatus| image:: 
https://travis-ci.org/al45tair/netifaces.svg?branch=master
+   :target: https://travis-ci.org/al45tair/dmgbuild
+   :alt: Build Status (Linux/Mac)
+
+.. |WinBuildStatus| image:: 
https://ci.appveyor.com/api/projects/status/3ctn1bl0aigpfjoo/branch/master?svg=true
+   :target: https://ci.appveyor.com/project/al45tair/netifaces/branch/master
+   :alt: Build Status (Windows)
 
 1. What is this?
 ----------------
@@ -24,8 +34,8 @@
 
 First you need to install it, which you can do by typing::
 
-  tar xvzf netifaces-0.10.6.tar.gz
-  cd netifaces-0.10.6
+  tar xvzf netifaces-0.10.7.tar.gz
+  cd netifaces-0.10.7
   python setup.py install
 
 **Note that you will need the relevant developer tools for your platform**,
@@ -160,14 +170,14 @@
 It gets regular testing on OS X, Linux and Windows.  It has also been used
 successfully on Solaris, and it's expected to work properly on other UNIX-like
 systems as well.  If you are running something that is not supported, and
-wish to contribute a patch, please use BitBucket to send a pull request.
+wish to contribute a patch, please use Github to send a pull request.
 
 4. What license is this under?
 ------------------------------
 
 It's an MIT-style license.  Here goes:
 
-Copyright (c) 2007-2017 Alastair Houghton
+Copyright (c) 2007-2018 Alastair Houghton
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -191,7 +201,7 @@
 --------------------------
 
 Because someone released a fork of netifaces with the version 0.9.0.
-Hopefully skipping the version number should remove any confusion.  In 
-addition starting with 0.10.0 Python 3 is now supported and other 
+Hopefully skipping the version number should remove any confusion.  In
+addition starting with 0.10.0 Python 3 is now supported and other
 features/bugfixes have been included as well.  See the CHANGELOG for a
 more complete list of changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netifaces-0.10.6/netifaces.egg-info/PKG-INFO 
new/netifaces-0.10.7/netifaces.egg-info/PKG-INFO
--- old/netifaces-0.10.6/netifaces.egg-info/PKG-INFO    2017-06-01 
15:44:09.000000000 +0200
+++ new/netifaces-0.10.7/netifaces.egg-info/PKG-INFO    2018-05-02 
11:15:38.000000000 +0200
@@ -1,17 +1,27 @@
 Metadata-Version: 1.1
 Name: netifaces
-Version: 0.10.6
+Version: 0.10.7
 Summary: Portable network interface information.
-Home-page: https://bitbucket.org/al45tair/netifaces
+Home-page: https://github.com/al45tair/netifaces
 Author: Alastair Houghton
 Author-email: [email protected]
 License: MIT License
-Description: netifaces 0.10.6
+Description: netifaces 0.10.7
         ================
         
-        .. image:: https://drone.io/bitbucket.org/al45tair/netifaces/status.png
-           :target: https://drone.io/bitbucket.org/al45tair/netifaces/latest
-           :alt: Build Status
+        +-------------+------------------+
+        | Linux/macOS | |BuildStatus|    |
+        +-------------+------------------+
+        | Windows     | |WinBuildStatus| |
+        +-------------+------------------+
+        
+        .. |BuildStatus| image:: 
https://travis-ci.org/al45tair/netifaces.svg?branch=master
+           :target: https://travis-ci.org/al45tair/dmgbuild
+           :alt: Build Status (Linux/Mac)
+        
+        .. |WinBuildStatus| image:: 
https://ci.appveyor.com/api/projects/status/3ctn1bl0aigpfjoo/branch/master?svg=true
+           :target: 
https://ci.appveyor.com/project/al45tair/netifaces/branch/master
+           :alt: Build Status (Windows)
         
         1. What is this?
         ----------------
@@ -32,8 +42,8 @@
         
         First you need to install it, which you can do by typing::
         
-          tar xvzf netifaces-0.10.6.tar.gz
-          cd netifaces-0.10.6
+          tar xvzf netifaces-0.10.7.tar.gz
+          cd netifaces-0.10.7
           python setup.py install
         
         **Note that you will need the relevant developer tools for your 
platform**,
@@ -168,14 +178,14 @@
         It gets regular testing on OS X, Linux and Windows.  It has also been 
used
         successfully on Solaris, and it's expected to work properly on other 
UNIX-like
         systems as well.  If you are running something that is not supported, 
and
-        wish to contribute a patch, please use BitBucket to send a pull 
request.
+        wish to contribute a patch, please use Github to send a pull request.
         
         4. What license is this under?
         ------------------------------
         
         It's an MIT-style license.  Here goes:
         
-        Copyright (c) 2007-2017 Alastair Houghton
+        Copyright (c) 2007-2018 Alastair Houghton
         
         Permission is hereby granted, free of charge, to any person obtaining 
a copy
         of this software and associated documentation files (the "Software"), 
to deal
@@ -199,8 +209,8 @@
         --------------------------
         
         Because someone released a fork of netifaces with the version 0.9.0.
-        Hopefully skipping the version number should remove any confusion.  In 
-        addition starting with 0.10.0 Python 3 is now supported and other 
+        Hopefully skipping the version number should remove any confusion.  In
+        addition starting with 0.10.0 Python 3 is now supported and other
         features/bugfixes have been included as well.  See the CHANGELOG for a
         more complete list of changes.
         
@@ -215,3 +225,6 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netifaces-0.10.6/setup.py 
new/netifaces-0.10.7/setup.py
--- old/netifaces-0.10.6/setup.py       2017-06-01 15:27:16.000000000 +0200
+++ new/netifaces-0.10.7/setup.py       2018-05-02 09:45:09.000000000 +0200
@@ -19,10 +19,10 @@
     except ImportError:
         import __builtin__
         builtins = __builtin__
-        
+
     output = getattr(builtins, 'print', lambda x: True)
-    
-__version__ = "0.10.6"
+
+__version__ = "0.10.7"
 
 # Disable hard links, otherwise building distributions fails on OS X
 try:
@@ -570,7 +570,8 @@
 
 readme_path = os.path.join(os.path.abspath(os.path.dirname(__file__)),
                            'README.rst')
-long_desc = open(readme_path, 'r').read()
+with open(readme_path, 'r') as fp:
+    long_desc = fp.read()
 
 setup (name='netifaces',
        version=__version__,
@@ -580,7 +581,7 @@
        long_description=long_desc,
        author='Alastair Houghton',
        author_email='[email protected]',
-       url='https://bitbucket.org/al45tair/netifaces',
+       url='https://github.com/al45tair/netifaces',
        classifiers=[
     'Development Status :: 4 - Beta',
     'Intended Audience :: Developers',
@@ -592,5 +593,8 @@
     'Programming Language :: Python :: 2.6',
     'Programming Language :: Python :: 2.7',
     'Programming Language :: Python :: 3',
+    'Programming Language :: Python :: 3.4',
+    'Programming Language :: Python :: 3.5',
+    'Programming Language :: Python :: 3.6'
     ],
        ext_modules=[iface_mod])


Reply via email to