Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dephell-venvs for 
openSUSE:Factory checked in at 2021-04-24 23:09:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell-venvs (Old)
 and      /work/SRC/openSUSE:Factory/.python-dephell-venvs.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dephell-venvs"

Sat Apr 24 23:09:09 2021 rev:4 rq:888119 version:0.1.18

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-dephell-venvs/python-dephell-venvs.changes    
    2019-11-06 13:55:37.256124890 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-venvs.new.12324/python-dephell-venvs.changes
     2021-04-24 23:10:21.163496585 +0200
@@ -1,0 +2,6 @@
+Sat Apr 24 00:56:03 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v0.1.18
+  * Add support for Python 3.9
+
+-------------------------------------------------------------------

Old:
----
  dephell_venvs-0.1.17.tar.gz

New:
----
  dephell_venvs-0.1.18.tar.gz

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

Other differences:
------------------
++++++ python-dephell-venvs.spec ++++++
--- /var/tmp/diff_new_pack.L1bxvF/_old  2021-04-24 23:10:21.575497168 +0200
+++ /var/tmp/diff_new_pack.L1bxvF/_new  2021-04-24 23:10:21.575497168 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-dephell-venvs
-Version:        0.1.17
+Version:        0.1.18
 Release:        0
 Summary:        Dephell plugin to manage virtual environments
 License:        MIT

++++++ dephell_venvs-0.1.17.tar.gz -> dephell_venvs-0.1.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.17/PKG-INFO 
new/dephell_venvs-0.1.18/PKG-INFO
--- old/dephell_venvs-0.1.17/PKG-INFO   1970-01-01 01:00:00.000000000 +0100
+++ new/dephell_venvs-0.1.18/PKG-INFO   1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-venvs
-Version: 0.1.17
+Version: 0.1.18
 Summary: Manage virtual environments
 Project-URL: Repository, https://github.com/dephell/dephell_venvs
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.17/dephell_venvs/__init__.py 
new/dephell_venvs-0.1.18/dephell_venvs/__init__.py
--- old/dephell_venvs-0.1.17/dephell_venvs/__init__.py  2019-10-11 
14:46:56.000000000 +0200
+++ new/dephell_venvs-0.1.18/dephell_venvs/__init__.py  2020-10-26 
09:13:23.000000000 +0100
@@ -3,7 +3,7 @@
 from ._venvs import VEnvs
 
 
-__version__ = '0.1.17'
+__version__ = '0.1.18'
 
 __all__ = [
     'VEnv',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.17/dephell_venvs/_builder.py 
new/dephell_venvs-0.1.18/dephell_venvs/_builder.py
--- old/dephell_venvs-0.1.17/dephell_venvs/_builder.py  2019-10-11 
14:45:44.000000000 +0200
+++ new/dephell_venvs-0.1.18/dephell_venvs/_builder.py  2020-10-26 
09:12:20.000000000 +0100
@@ -21,6 +21,7 @@
     symlinks = attr.ib(type=bool, default=False)
     upgrade = attr.ib(type=bool, default=False)
     with_pip = attr.ib(type=bool, default=False)
+    upgrade_deps = attr.ib(type=bool, default=False)
 
     prompt = attr.ib(type=str, default=None)
     python = attr.ib(type=Optional[str], default=None)  # path to the python 
interpreter
@@ -66,7 +67,7 @@
 
         raise LookupError('cannot choice python in ' + str(lib_path))
 
-    def ensure_directories(self, env_dir: str) -> SimpleNamespace:
+    def ensure_directories(self, env_dir: str) -> SimpleNamespace:  # type: 
ignore
         context = super().ensure_directories(env_dir)
         if self.python is None:
             return context
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.17/dephell_venvs.egg-info/PKG-INFO 
new/dephell_venvs-0.1.18/dephell_venvs.egg-info/PKG-INFO
--- old/dephell_venvs-0.1.17/dephell_venvs.egg-info/PKG-INFO    1970-01-01 
01:00:00.000000000 +0100
+++ new/dephell_venvs-0.1.18/dephell_venvs.egg-info/PKG-INFO    1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-venvs
-Version: 0.1.17
+Version: 0.1.18
 Summary: Manage virtual environments
 Project-URL: Repository, https://github.com/dephell/dephell_venvs
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_venvs-0.1.17/setup.py 
new/dephell_venvs-0.1.18/setup.py
--- old/dephell_venvs-0.1.17/setup.py   2019-10-11 14:47:45.000000000 +0200
+++ new/dephell_venvs-0.1.18/setup.py   2020-10-26 09:13:28.000000000 +0100
@@ -1,4 +1,3 @@
-
 # -*- coding: utf-8 -*-
 
 # DO NOT EDIT THIS FILE!
@@ -10,7 +9,6 @@
 except ImportError:
     from distutils.core import setup
 
-
 import os.path
 
 readme = ''
@@ -20,20 +18,35 @@
     with open(readme_path, 'rb') as stream:
         readme = stream.read().decode('utf8')
 
-
 setup(
     long_description=readme,
     name='dephell_venvs',
-    version='0.1.17',
+    version='0.1.18',
     description='Manage virtual environments',
     python_requires='>=3.5',
-    project_urls={'repository': 'https://github.com/dephell/dephell_venvs'},
+    project_urls={"repository": "https://github.com/dephell/dephell_venvs"},
     author='Gram',
     author_email='[email protected]',
     license='MIT',
     keywords='dephell packaging venv pipenv virtualenv',
-    classifiers=['Development Status :: 4 - Beta', 'Environment :: Console', 
'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 
'Programming Language :: Python', 'Topic :: Software Development :: Libraries 
:: Python Modules', 'Topic :: System :: Installation/Setup', 'Programming 
Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 
3.8', 'Programming Language :: Python :: Implementation :: CPython', 
'Programming Language :: Python :: Implementation :: PyPy', 'Operating System 
:: MacOS', 'Operating System :: Microsoft :: Windows', 'Operating System :: 
Unix'],
+    classifiers=[
+        'Development Status :: 4 - Beta', 'Environment :: Console',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: MIT License',
+        'Programming Language :: Python',
+        'Topic :: Software Development :: Libraries :: Python Modules',
+        'Topic :: System :: Installation/Setup',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
+        'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: Implementation :: CPython',
+        'Programming Language :: Python :: Implementation :: PyPy',
+        'Operating System :: MacOS', 'Operating System :: Microsoft :: 
Windows',
+        'Operating System :: Unix'
+    ],
     packages=['dephell_venvs', 'dephell_venvs.ensurepip'],
-    package_data={'dephell_venvs.ensurepip': ['_bundled/*.whl']},
+    package_dir={"": "."},
+    package_data={"dephell_venvs.ensurepip": ["_bundled/*.whl"]},
     install_requires=['attrs', 'dephell-pythons', 'requests'],
 )
Binary files old/dephell_venvs-0.1.17/tests/__pycache__/__init__.cpython-37.pyc 
and new/dephell_venvs-0.1.18/tests/__pycache__/__init__.cpython-37.pyc differ
Binary files 
old/dephell_venvs-0.1.17/tests/__pycache__/conftest.cpython-37-PYTEST.pyc and 
new/dephell_venvs-0.1.18/tests/__pycache__/conftest.cpython-37-PYTEST.pyc differ
Binary files 
old/dephell_venvs-0.1.17/tests/__pycache__/test_venv.cpython-37-PYTEST.pyc and 
new/dephell_venvs-0.1.18/tests/__pycache__/test_venv.cpython-37-PYTEST.pyc 
differ
Binary files 
old/dephell_venvs-0.1.17/tests/__pycache__/test_venvs.cpython-37-PYTEST.pyc and 
new/dephell_venvs-0.1.18/tests/__pycache__/test_venvs.cpython-37-PYTEST.pyc 
differ

Reply via email to