From 929b6f3baf08a4afd4d0be783ebf46321bc17e02068f53fb19a4eec3c8727bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jun 2020 10:13:17 +0000 Subject: [PATCH] Accepting request 817644 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 1.9.0 * Add type annotation stubs OBS-URL: https://build.opensuse.org/request/show/817644 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=18 --- py-1.8.1.tar.gz | 3 --- py-1.9.0.tar.gz | 3 +++ python-py.changes | 6 ++++++ python-py.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 py-1.8.1.tar.gz create mode 100644 py-1.9.0.tar.gz diff --git a/py-1.8.1.tar.gz b/py-1.8.1.tar.gz deleted file mode 100644 index e68b897..0000000 --- a/py-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa -size 205568 diff --git a/py-1.9.0.tar.gz b/py-1.9.0.tar.gz new file mode 100644 index 0000000..6fe950a --- /dev/null +++ b/py-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342 +size 210098 diff --git a/python-py.changes b/python-py.changes index d3e247b..e964c73 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 08:51:40 UTC 2020 - Marketa Calabkova + +- Update to 1.9.0 + * Add type annotation stubs + ------------------------------------------------------------------- Mon Jan 6 12:53:25 UTC 2020 - Tomáš Chvátal diff --git a/python-py.spec b/python-py.spec index 6a1a0d3..1dcad0a 100644 --- a/python-py.spec +++ b/python-py.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-py%{psuffix} -Version: 1.8.1 +Version: 1.9.0 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT