SHA256
1
0
forked from pool/python-py

- Update to 1.8.1:

- Handle ``FileNotFoundError`` when trying to import pathlib in
    ``path.common`` on Python 3.4 (#207).
  - ``py.path.local.samefile`` now works correctly in Python 3 on
    Windows when dealing with symlinks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal 2020-01-06 12:57:39 +00:00 committed by Git OBS Bridge
parent 044a6ef27a
commit 5607d11cbe
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53
size 205096

3
py-1.8.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa
size 205568

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 6 12:53:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.1:
- Handle ``FileNotFoundError`` when trying to import pathlib in
``path.common`` on Python 3.4 (#207).
- ``py.path.local.samefile`` now works correctly in Python 3 on
Windows when dealing with symlinks.
-------------------------------------------------------------------
Wed Jun 19 10:08:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-py
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-py%{psuffix}
Version: 1.8.0
Version: 1.8.1
Release: 0
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT