From 5607d11cbe6d7ec9be08a7f78b977cd91f93e9ab2ccc38fda3d6b134619addf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Jan 2020 12:57:39 +0000 Subject: [PATCH] - 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 --- py-1.8.0.tar.gz | 3 --- py-1.8.1.tar.gz | 3 +++ python-py.changes | 9 +++++++++ python-py.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 py-1.8.0.tar.gz create mode 100644 py-1.8.1.tar.gz diff --git a/py-1.8.0.tar.gz b/py-1.8.0.tar.gz deleted file mode 100644 index 3c5bbbe..0000000 --- a/py-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53 -size 205096 diff --git a/py-1.8.1.tar.gz b/py-1.8.1.tar.gz new file mode 100644 index 0000000..e68b897 --- /dev/null +++ b/py-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa +size 205568 diff --git a/python-py.changes b/python-py.changes index 430db28..d3e247b 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 6 12:53:25 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-py.spec b/python-py.spec index 725329c..6a1a0d3 100644 --- a/python-py.spec +++ b/python-py.spec @@ -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