From d79e746c05da93e495cd46a35df00580dce2145c78c97403c2e6a974620d94c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Apr 2020 11:31:22 +0000 Subject: [PATCH] Accepting request 794165 from home:mcalabkova:branches:devel:languages:python - Update to 1.4.3 * Added binary wheels for Python 3.8. * Fixed license metadata. OBS-URL: https://build.opensuse.org/request/show/794165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=11 --- lazy-object-proxy-1.4.2.tar.gz | 3 --- lazy-object-proxy-1.4.3.tar.gz | 3 +++ python-lazy-object-proxy.changes | 7 +++++++ python-lazy-object-proxy.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 lazy-object-proxy-1.4.2.tar.gz create mode 100644 lazy-object-proxy-1.4.3.tar.gz diff --git a/lazy-object-proxy-1.4.2.tar.gz b/lazy-object-proxy-1.4.2.tar.gz deleted file mode 100644 index f497af5..0000000 --- a/lazy-object-proxy-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd135b8d35dfdcdb984828c84d695937e58cc5f49e1c854eb311c4d6aa03f4f1 -size 34034 diff --git a/lazy-object-proxy-1.4.3.tar.gz b/lazy-object-proxy-1.4.3.tar.gz new file mode 100644 index 0000000..5470bc0 --- /dev/null +++ b/lazy-object-proxy-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0 +size 34888 diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index fe81ea4..3064a5d 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 15 11:16:17 UTC 2020 - Marketa Calabkova + +- Update to 1.4.3 + * Added binary wheels for Python 3.8. + * Fixed license metadata. + ------------------------------------------------------------------- Wed Sep 11 13:02:47 UTC 2019 - Tomáš Chvátal diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 07c644a..62c3850 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -1,7 +1,7 @@ # # spec file for package python-lazy-object-proxy # -# 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-lazy-object-proxy%{psuffix} -Version: 1.4.2 +Version: 1.4.3 Release: 0 Summary: Rebuild a new abstract syntax tree from Python's ast License: BSD-2-Clause