Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jupyter-packaging for 
openSUSE:Factory checked in at 2022-01-08 23:23:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter-packaging"

Sat Jan  8 23:23:17 2022 rev:6 rq:944213 version:0.11.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jupyter-packaging/python-jupyter-packaging.changes
        2021-10-18 22:02:43.318116567 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter-packaging.new.1892/python-jupyter-packaging.changes
      2022-01-08 23:23:43.234236607 +0100
@@ -1,0 +2,12 @@
+Sun Nov 21 14:19:40 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.11.1
+  * Fix running testsuite within virtualenv #111 (@jnahmias)
+
+-------------------------------------------------------------------
+Fri Nov 12 21:35:52 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.11.0
+  * Drop support for Python 3.6 and add support for Python 3.10
+
+-------------------------------------------------------------------

Old:
----
  jupyter_packaging-0.10.6.tar.gz

New:
----
  jupyter_packaging-0.11.1.tar.gz

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

Other differences:
------------------
++++++ python-jupyter-packaging.spec ++++++
--- /var/tmp/diff_new_pack.LnknIB/_old  2022-01-08 23:23:44.002237234 +0100
+++ /var/tmp/diff_new_pack.LnknIB/_new  2022-01-08 23:23:44.006237237 +0100
@@ -19,13 +19,14 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-jupyter-packaging
-Version:        0.10.6
+Version:        0.11.1
 Release:        0
 Summary:        Jupyter Packaging Utilities
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/jupyter/jupyter-packaging
 Source:         
https://files.pythonhosted.org/packages/source/j/jupyter-packaging/jupyter_packaging-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module deprecation}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module setuptools >= 46.4.0}

++++++ jupyter_packaging-0.10.6.tar.gz -> jupyter_packaging-0.11.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_packaging-0.10.6/PKG-INFO 
new/jupyter_packaging-0.11.1/PKG-INFO
--- old/jupyter_packaging-0.10.6/PKG-INFO       2021-09-27 20:29:26.313514500 
+0200
+++ new/jupyter_packaging-0.11.1/PKG-INFO       2021-11-15 19:04:40.068413300 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jupyter_packaging
-Version: 0.10.6
+Version: 0.11.1
 Summary: Jupyter Packaging Utilities.
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -15,11 +15,11 @@
 Classifier: Intended Audience :: Science/Research
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
-Requires-Python: >=3.6
+Classifier: Programming Language :: Python :: 3.10
+Requires-Python: >=3.7
 Description-Content-Type: text/markdown
 Provides-Extra: test
 License-File: LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_packaging-0.10.6/jupyter_packaging/setupbase.py 
new/jupyter_packaging-0.11.1/jupyter_packaging/setupbase.py
--- old/jupyter_packaging-0.10.6/jupyter_packaging/setupbase.py 2021-09-27 
20:29:16.000000000 +0200
+++ new/jupyter_packaging-0.11.1/jupyter_packaging/setupbase.py 2021-11-15 
19:04:07.000000000 +0100
@@ -55,7 +55,7 @@
         return ' '.join(map(pipes.quote, cmd_list))
 
 
-__version__ = '0.10.6'
+__version__ = '0.11.1'
 
 # ---------------------------------------------------------------------------
 # Top Level Variables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_packaging-0.10.6/jupyter_packaging.egg-info/PKG-INFO 
new/jupyter_packaging-0.11.1/jupyter_packaging.egg-info/PKG-INFO
--- old/jupyter_packaging-0.10.6/jupyter_packaging.egg-info/PKG-INFO    
2021-09-27 20:29:26.000000000 +0200
+++ new/jupyter_packaging-0.11.1/jupyter_packaging.egg-info/PKG-INFO    
2021-11-15 19:04:40.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jupyter-packaging
-Version: 0.10.6
+Version: 0.11.1
 Summary: Jupyter Packaging Utilities.
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -15,11 +15,11 @@
 Classifier: Intended Audience :: Science/Research
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
-Requires-Python: >=3.6
+Classifier: Programming Language :: Python :: 3.10
+Requires-Python: >=3.7
 Description-Content-Type: text/markdown
 Provides-Extra: test
 License-File: LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jupyter_packaging-0.10.6/setup.cfg 
new/jupyter_packaging-0.11.1/setup.cfg
--- old/jupyter_packaging-0.10.6/setup.cfg      2021-09-27 20:29:26.314107000 
+0200
+++ new/jupyter_packaging-0.11.1/setup.cfg      2021-11-15 19:04:40.068715300 
+0100
@@ -16,16 +16,16 @@
        Intended Audience :: Science/Research
        License :: OSI Approved :: BSD License
        Programming Language :: Python
-       Programming Language :: Python :: 3.6
        Programming Language :: Python :: 3.7
        Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3.9
+       Programming Language :: Python :: 3.10
 
 [options]
 zip_safe = False
 include_package_data = True
 packages = find:
-python_requires = >=3.6
+python_requires = >=3.7
 install_requires = 
        packaging
        tomlkit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jupyter_packaging-0.10.6/tests/test_datafiles_install.py 
new/jupyter_packaging-0.11.1/tests/test_datafiles_install.py
--- old/jupyter_packaging-0.10.6/tests/test_datafiles_install.py        
2021-03-22 13:25:06.000000000 +0100
+++ new/jupyter_packaging-0.11.1/tests/test_datafiles_install.py        
2021-11-15 18:59:39.000000000 +0100
@@ -63,7 +63,7 @@
 def test_develop(make_package_deprecated, source,spec,target):
     name = 'jupyter_packaging_test_foo'
     package_dir = make_package_deprecated(name=name, data_files=source, 
data_files_spec=[spec])
-    target_path = pathlib.Path(sys.base_prefix).joinpath(target)
+    target_path = pathlib.Path(sys.prefix).joinpath(target)
     if target_path.exists():
         shutil.rmtree(str(target_path.parent))
     subprocess.check_output([shutil.which('pip'), 'install', '-e', '.'], 
cwd=str(package_dir))
@@ -82,7 +82,7 @@
 def test_install(make_package, source,spec,target):
     name = 'jupyter_packaging_test_foo'
     package_dir = make_package(name=name, data_files=source, 
data_files_spec=[spec])
-    target_path = pathlib.Path(sys.base_prefix).joinpath(target)
+    target_path = pathlib.Path(sys.prefix).joinpath(target)
     if target_path.exists():
         shutil.rmtree(str(target_path.parent))
     subprocess.check_output([shutil.which('pip'), 'install', '.'], 
cwd=str(package_dir))

Reply via email to