commit python-dephell-discover for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package python-dephell-discover for 
openSUSE:Factory checked in at 2019-12-18 14:46:43

Comparing /work/SRC/openSUSE:Factory/python-dephell-discover (Old)
 and  /work/SRC/openSUSE:Factory/.python-dephell-discover.new.4691 (New)


Package is "python-dephell-discover"

Wed Dec 18 14:46:43 2019 rev:4 rq:757711 version:0.2.10

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dephell-discover/python-dephell-discover.changes
  2019-09-13 15:05:13.217257987 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-discover.new.4691/python-dephell-discover.changes
2019-12-18 14:48:49.317952436 +0100
@@ -1,0 +2,7 @@
+Wed Dec 18 11:23:44 CET 2019 - Matej Cepl 
+
+- Update to 0.2.10:
+  - Fix default package_dir format
+  - Python 3.8 support
+
+---

Old:

  dephell_discover-0.2.8.tar.gz

New:

  dephell_discover-0.2.10.tar.gz



Other differences:
--
++ python-dephell-discover.spec ++
--- /var/tmp/diff_new_pack.DQdL5i/_old  2019-12-18 14:48:49.641952585 +0100
+++ /var/tmp/diff_new_pack.DQdL5i/_new  2019-12-18 14:48:49.645952587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dephell-discover
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-dephell-discover
-Version:0.2.8
+Version:0.2.10
 Release:0
 Summary:Module to find project modules and data files
 License:MIT

++ dephell_discover-0.2.8.tar.gz -> dephell_discover-0.2.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.8/PKG-INFO 
new/dephell_discover-0.2.10/PKG-INFO
--- old/dephell_discover-0.2.8/PKG-INFO 1970-01-01 01:00:00.0 +0100
+++ new/dephell_discover-0.2.10/PKG-INFO1970-01-01 01:00:00.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: dephell-discover
-Version: 0.2.8
+Version: 0.2.10
 Summary: Find project modules and data files (packages and package_data for 
setup.py).
 Project-URL: Repository, https://github.com/dephell/dephell_discover
 Author: Gram
@@ -66,7 +66,7 @@
# {Data(path=Path('../dephell/dephell/templates'), ext='.j2', 
package=Package(...)), ...}
 
root.package_dir
-   # {'': ''}
+   # {'': '.'}
 
 Package properties:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.8/README.md 
new/dephell_discover-0.2.10/README.md
--- old/dephell_discover-0.2.8/README.md2019-05-21 16:43:43.0 
+0200
+++ new/dephell_discover-0.2.10/README.md   2019-11-13 11:59:39.0 
+0100
@@ -31,7 +31,7 @@
 # {Data(path=Path('../dephell/dephell/templates'), ext='.j2', 
package=Package(...)), ...}
 
 root.package_dir
-# {'': ''}
+# {'': '.'}
 ```
 
 Package properties:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.8/README.rst 
new/dephell_discover-0.2.10/README.rst
--- old/dephell_discover-0.2.8/README.rst   2019-07-15 15:53:45.0 
+0200
+++ new/dephell_discover-0.2.10/README.rst  2019-11-13 12:09:30.0 
+0100
@@ -48,7 +48,7 @@
# {Data(path=Path('../dephell/dephell/templates'), ext='.j2', 
package=Package(...)), ...}
 
root.package_dir
-   # {'': ''}
+   # {'': '.'}
 
 Package properties:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.8/dephell_discover/__init__.py 
new/dephell_discover-0.2.10/dephell_discover/__init__.py
--- old/dephell_discover-0.2.8/dephell_discover/__init__.py 2019-07-15 
15:53:26.0 +0200
+++ new/dephell_discover-0.2.10/dephell_discover/__init__.py2019-11-13 
12:09:24.0 +0100
@@ -9,7 +9,7 @@
 from ._root import Root
 
 
-__version__ = '0.2.8'
+__version__ = '0.2.10'
 __author__ = 'Gram (@orsinium)'
 __license__ = 'MIT'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.8/dephell_discover/_line.py 
new/dephell_discover-0.2.10/dephell_discover/_line.py
--- old/dephell_discover-0.2.8/dephell_discover/_line.py2019-07-15 
15:52:45.0 +0200
+++ new/dephell_discover-0.2.10/dephell_discover/_line.py   2019-11-12 
13:21:49.0 +0100
@@ -1,5 +1,6 @@
 import ast
 from pathlib import Path
+import sys
 from typing import 

commit python-dephell-discover for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package python-dephell-discover for 
openSUSE:Factory checked in at 2019-09-13 15:03:50

Comparing /work/SRC/openSUSE:Factory/python-dephell-discover (Old)
 and  /work/SRC/openSUSE:Factory/.python-dephell-discover.new.7948 (New)


Package is "python-dephell-discover"

Fri Sep 13 15:03:50 2019 rev:3 rq:730650 version:0.2.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dephell-discover/python-dephell-discover.changes
  2019-08-24 18:49:09.701741339 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-discover.new.7948/python-dephell-discover.changes
2019-09-13 15:05:13.217257987 +0200
@@ -1,0 +2,6 @@
+Fri Sep 13 09:18:23 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.2.8:
+  * ship tests
+
+---

Old:

  dephell_discover-0.2.1.tar.gz

New:

  dephell_discover-0.2.8.tar.gz



Other differences:
--
++ python-dephell-discover.spec ++
--- /var/tmp/diff_new_pack.nOY4UD/_old  2019-09-13 15:05:14.129257793 +0200
+++ /var/tmp/diff_new_pack.nOY4UD/_new  2019-09-13 15:05:14.133257792 +0200
@@ -19,23 +19,23 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-dephell-discover
-Version:0.2.1
+Version:0.2.8
 Release:0
-Summary:Module to find project modules and data files (packages and 
package_data for setup.py)
+Summary:Module to find project modules and data files
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/dephell/dephell_discover
-Source: 
https://files.pythonhosted.org/packages/source/d/dephell-discover/dephell_discover-%{version}.tar.gz
+URL:https://github.com/dephell/dephell_discover
+Source: 
https://files.pythonhosted.org/packages/source/d/dephell_discover/dephell_discover-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-attr
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module attr}
+BuildRequires:  %{python_module pytest}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-attr
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -51,6 +51,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %license LICENSE
 %doc README.md

++ dephell_discover-0.2.1.tar.gz -> dephell_discover-0.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.1/PKG-INFO 
new/dephell_discover-0.2.8/PKG-INFO
--- old/dephell_discover-0.2.1/PKG-INFO 1970-01-01 01:00:00.0 +0100
+++ new/dephell_discover-0.2.8/PKG-INFO 1970-01-01 01:00:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
-Name: dephell_discover
-Version: 0.2.1
+Name: dephell-discover
+Version: 0.2.8
 Summary: Find project modules and data files (packages and package_data for 
setup.py).
 Project-URL: Repository, https://github.com/dephell/dephell_discover
 Author: Gram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.1/dephell_discover/__init__.py 
new/dephell_discover-0.2.8/dephell_discover/__init__.py
--- old/dephell_discover-0.2.1/dephell_discover/__init__.py 2019-05-19 
14:54:08.0 +0200
+++ new/dephell_discover-0.2.8/dephell_discover/__init__.py 2019-07-15 
15:53:26.0 +0200
@@ -9,7 +9,7 @@
 from ._root import Root
 
 
-__version__ = '0.2.1'
+__version__ = '0.2.8'
 __author__ = 'Gram (@orsinium)'
 __license__ = 'MIT'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.1/dephell_discover/_line.py 
new/dephell_discover-0.2.8/dephell_discover/_line.py
--- old/dephell_discover-0.2.1/dephell_discover/_line.py2019-05-18 
19:49:53.0 +0200
+++ new/dephell_discover-0.2.8/dephell_discover/_line.py2019-07-15 
15:52:45.0 +0200
@@ -41,7 +41,7 @@
 if type(tree) is not ast.Module:
 return None
 # check is assigment
-if type(tree.body[0]) is not ast.Assign:  # type: ignore
+if not tree.body or type(tree.body[0]) is not ast.Assign:  # type: 
ignore
 return None
 # check is correct target
 target = tree.body[0].targets[0]  # type: ignore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dephell_discover-0.2.1/dephell_discover/_metainfo.py 

commit python-dephell-discover for openSUSE:Factory

2019-08-24 Thread root
Hello community,

here is the log from the commit of package python-dephell-discover for 
openSUSE:Factory checked in at 2019-08-24 18:49:08

Comparing /work/SRC/openSUSE:Factory/python-dephell-discover (Old)
 and  /work/SRC/openSUSE:Factory/.python-dephell-discover.new.7948 (New)


Package is "python-dephell-discover"

Sat Aug 24 18:49:08 2019 rev:2 rq:725776 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dephell-discover/python-dephell-discover.changes
  2019-08-13 13:26:38.96959 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dephell-discover.new.7948/python-dephell-discover.changes
2019-08-24 18:49:09.701741339 +0200
@@ -1,0 +2,5 @@
+Sat Aug 24 06:03:10 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in descriptions.
+
+---



Other differences:
--
++ python-dephell-discover.spec ++
--- /var/tmp/diff_new_pack.n7ha2o/_old  2019-08-24 18:49:11.793741137 +0200
+++ /var/tmp/diff_new_pack.n7ha2o/_new  2019-08-24 18:49:11.793741137 +0200
@@ -12,7 +12,8 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,14 +21,14 @@
 Name:   python-dephell-discover
 Version:0.2.1
 Release:0
+Summary:Module to find project modules and data files (packages and 
package_data for setup.py)
 License:MIT
-Summary:Find project modules and data files (packages and package_data 
for setup.py)
-Url:https://github.com/dephell/dephell_discover
 Group:  Development/Languages/Python
+Url:https://github.com/dephell/dephell_discover
 Source: 
https://files.pythonhosted.org/packages/source/d/dephell-discover/dephell_discover-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module attr}
 # /SECTION
@@ -38,7 +39,7 @@
 %python_subpackages
 
 %description
-Find project modules and data files (packages and package_data for setup.py).
+This Python module finds project modules and data files (packages and 
package_data for setup.py).
 
 %prep
 %setup -q -n dephell_discover-%{version}