commit python-ptr for openSUSE:Leap:15.2

2020-03-19 Thread root
Hello community,

here is the log from the commit of package python-ptr for openSUSE:Leap:15.2 
checked in at 2020-03-20 05:15:14

Comparing /work/SRC/openSUSE:Leap:15.2/python-ptr (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-ptr.new.3160 (New)


Package is "python-ptr"

Fri Mar 20 05:15:14 2020 rev:2 rq:786445 version:20.2.26

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-ptr/python-ptr.changes  2020-02-11 
23:26:15.813296292 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-ptr.new.3160/python-ptr.changes
2020-03-20 05:15:18.486564232 +0100
@@ -1,0 +2,13 @@
+Wed Mar 18 09:25:42 UTC 2020 - Tomáš Chvátal 
+
+- Update to 20.2.26:
+  - Add support for passing `--system-site-packages` during venv creation - 
PR: #80
+  - Add ability to create partial `.ptrconfig` files - PR: #83
+  - Use native recursive file search for black and flake8 - PR: #81
+  - Fix documentation for some new arguments - Thanks @omikader
+  - Windows now defaults to updating pip + setuptools
+  - Rely on setting current working directory with subprocess and remove 
coverage file environment setting
+  - f-string everything via [flynt](https://pypi.org/project/flynt/) now we're 
>= 3.6
+  - Enable pyre for Python 3.8 now it's fully supported
+
+---

Old:

  ptr-19.11.21.tar.gz

New:

  ptr-20.2.26.tar.gz



Other differences:
--
++ python-ptr.spec ++
--- /var/tmp/diff_new_pack.PPKPL8/_old  2020-03-20 05:15:19.546564943 +0100
+++ /var/tmp/diff_new_pack.PPKPL8/_new  2020-03-20 05:15:19.574564962 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-ptr
-Version:19.11.21
+Version:20.2.26
 Release:0
 Summary:Parallel asyncio Python setup(cfg|py) test runner
 License:MIT

++ ptr-19.11.21.tar.gz -> ptr-20.2.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptr-19.11.21/CHANGES.md new/ptr-20.2.26/CHANGES.md
--- old/ptr-19.11.21/CHANGES.md 2019-11-22 04:51:01.0 +0100
+++ new/ptr-20.2.26/CHANGES.md  2020-02-27 01:05:45.0 +0100
@@ -2,6 +2,42 @@
 
 Each release to PyPI I'm going to give a codename as to where I am or was in 
the world .
 
+### 2020.2.26
+
+Codename: **Month after Straya Day **
+
+*1 month since @cooperlees was in AU for Australia day!*
+
+- Enable pyre for Python 3.8 now it's fully supported
+
+### 2019.12.25
+
+Codename: **Vernon Hills, IL **
+
+*@cooperlees visiting girlfriend's family in IL*
+
+- Fix documentation for some new arguments - Thanks @omikader
+- Windows now defaults to updating pip + setuptools
+- Rely on setting current working directory with subprocess and remove 
coverage file environment setting
+- f-string everything via [flynt](https://pypi.org/project/flynt/) now we're 
>= 3.6
+
+### 2019.12.13
+
+Codename: **College Park, MD **
+
+*@omikader studied at the University of Maryland, College Park*
+
+- Add ability to create partial `.ptrconfig` files - PR: #83
+- Use native recursive file search for black and flake8 - PR: #81
+
+### 2019.12.12
+
+Codename: **Sapporo, Japan **
+
+*@omikader is going skiing there in February*
+
+- Add support for passing `--system-site-packages` during venv creation - PR: 
#80
+
 ### 2019.11.21
 
 Codename: **Santa Clara, CA**
@@ -67,7 +103,7 @@
 Codename: **Ellicott City**
 
 *@omikader who reported and tested the fix for AST parsing is from there.*
-*Ellicott City is also home to one of the oldest surving train stations in the 
US!*
+*Ellicott City is also home to one of the oldest surviving train stations in 
the US!*
 
 - Fix AST parsing to ignore AST targets that do not have an `id` attribute - 
Issue: #54
 - Renable `black` by default on 3.7 now that it runs on > 3.7.2 - Issue: #41
@@ -97,7 +133,7 @@
 
 * @cooperlees + @jreese are at PyCon US in Cleveland, OH 礪*
 
-- Print step name in failue output - Issue: #31
+- Print step name in failure output - Issue: #31
 - Add in `pyre` Type Checking step support - Issue: #38 + #40
 
 **Known Bug:** `black.exe` does not run in Windows 3.7 - **disabled** by 
*default* on Python 3.7 on Windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptr-19.11.21/PKG-INFO new/ptr-20.2.26/PKG-INFO
--- old/ptr-19.11.21/PKG-INFO   2019-11-22 04:51:12.0 +0100
+++ new/ptr-20.2.26/PKG-INFO2020-02-27 01:05:58.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ptr
-Version: 19.11.21
+Version: 20.2.26
 Summary: Parallel asyncio Python setup.(cfg|py) Test Runner
 Home-page: http://github.com/facebookincubator/ptr
 Author: Cooper Lees
@@ 

commit python-ptr for openSUSE:Leap:15.2

2020-02-11 Thread root
Hello community,

here is the log from the commit of package python-ptr for openSUSE:Leap:15.2 
checked in at 2020-02-11 23:26:13

Comparing /work/SRC/openSUSE:Leap:15.2/python-ptr (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-ptr.new.26092 (New)


Package is "python-ptr"

Tue Feb 11 23:26:13 2020 rev:1 rq:771424 version:19.11.21

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-ptr.new.26092/python-ptr.changes   
2020-02-11 23:26:15.813296292 +0100
@@ -0,0 +1,15 @@
+---
+Thu Jan  2 07:38:00 UTC 2020 - Tomáš Chvátal 
+
+- Conflict with pytest-runner as we provide same file on the disk
+
+---
+Mon Dec  9 09:44:09 UTC 2019 - John Vandenberg 
+
+- Activate test suite
+- Update to v19.11.21
+
+---
+Tue Apr 16 03:39:57 UTC 2019 - John Vandenberg 
+
+- Initial spec for v19.3.5

New:

  ptr-19.11.21.tar.gz
  python-ptr.changes
  python-ptr.spec



Other differences:
--
++ python-ptr.spec ++
#
# spec file for package python-ptr
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:   python-ptr
Version:19.11.21
Release:0
Summary:Parallel asyncio Python setup(cfg|py) test runner
License:MIT
URL:https://github.com/facebookincubator/ptr
Source: 
https://files.pythonhosted.org/packages/source/p/ptr/ptr-%{version}.tar.gz
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# Conflicts on site-packages/ptr.py
Conflicts:  python-pytest-runner
BuildArch:  noarch
%python_subpackages

%description
Parallel asyncio Python setup.(cfg|py) test runner.

%prep
%setup -q -n ptr-%{version}
sed -i 's/test_config/_test_config/' ptr_tests.py
sed -i '1{/^#!/d}' *.py

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
%{buildroot}%{_bindir}/ptr --help
%python_exec setup.py test

%files %{python_files}
%doc CHANGES.md README.md
%python3_only %{_bindir}/ptr
%{python_sitelib}/*

%changelog