forked from pool/python-py
Accepting request 541996 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/541996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=26
This commit is contained in:
parent
5addd54cac
commit
9ee671c592
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f2d585d22050e90c7d293b6451c83db097df77871974d90efd5a30dc12fcde3
|
|
||||||
size 194450
|
|
3
py-1.5.0.tar.gz
Normal file
3
py-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3ec4564d622d7b0ef015bf48064b77906fb82d802be165951791df30b0345ca
|
||||||
|
size 189393
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.5.0:
|
||||||
|
* python 2.6 and 3.3 are no longer supported
|
||||||
|
* deprecate py.std and remove all internal uses
|
||||||
|
* fix #73 turn py.error into an actual module
|
||||||
|
* path join to / no longer produces leading double slashes
|
||||||
|
* fix #82 - remove unsupportable aliases
|
||||||
|
* fix python37 compatibility of path.sysfind on windows by correctly
|
||||||
|
replacing vars
|
||||||
|
* turn iniconfig and apipkg into vendored packages and ease
|
||||||
|
de-vendoring for distributions
|
||||||
|
* fix #68 remove invalid py.test.ensuretemp references
|
||||||
|
* fix #25 - deprecate path.listdir(sort=callable)
|
||||||
|
* add TerminalWriter.chars_on_current_line read-only property that
|
||||||
|
tracks how many characters have been written to the current line.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 30 06:04:20 UTC 2017 - aloisio@gmx.com
|
Fri Jun 30 06:04:20 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-py-doc
|
Name: python-py-doc
|
||||||
Version: 1.4.34
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 07:06:05 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.5.0:
|
||||||
|
* python 2.6 and 3.3 are no longer supported
|
||||||
|
* deprecate py.std and remove all internal uses
|
||||||
|
* fix #73 turn py.error into an actual module
|
||||||
|
* path join to / no longer produces leading double slashes
|
||||||
|
* fix #82 - remove unsupportable aliases
|
||||||
|
* fix python37 compatibility of path.sysfind on windows by correctly
|
||||||
|
replacing vars
|
||||||
|
* turn iniconfig and apipkg into vendored packages and ease
|
||||||
|
de-vendoring for distributions
|
||||||
|
* fix #68 remove invalid py.test.ensuretemp references
|
||||||
|
* fix #25 - deprecate path.listdir(sort=callable)
|
||||||
|
* add TerminalWriter.chars_on_current_line read-only property that
|
||||||
|
tracks how many characters have been written to the current line.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 30 06:02:11 UTC 2017 - aloisio@gmx.com
|
Fri Jun 30 06:02:11 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-py
|
Name: python-py
|
||||||
Version: 1.4.34
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user