From fc978846ae9045f9530e1ccb35955ebcbfc2f5be9af59fc340333b550b39c445 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 29 Aug 2021 19:12:32 +0000 Subject: [PATCH] Accepting request 914199 from home:glaubitz:branches:devel:languages:python - Update to 1.2.0 * fix collections deprecation warning OBS-URL: https://build.opensuse.org/request/show/914199 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itypes?expand=0&rev=4 --- itypes-1.1.0.tar.gz | 3 --- itypes-1.2.0.tar.gz | 3 +++ python-itypes.changes | 6 ++++++ python-itypes.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 itypes-1.1.0.tar.gz create mode 100644 itypes-1.2.0.tar.gz diff --git a/itypes-1.1.0.tar.gz b/itypes-1.1.0.tar.gz deleted file mode 100644 index 388728f..0000000 --- a/itypes-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6e77bb9fd68a4bfeb9d958fea421802282451a25bac4913ec94db82a899c073 -size 2188 diff --git a/itypes-1.2.0.tar.gz b/itypes-1.2.0.tar.gz new file mode 100644 index 0000000..e65becd --- /dev/null +++ b/itypes-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af886f129dea4a2a1e3d36595a2d139589e4dd287f5cab0b40e799ee81570ff1 +size 4355 diff --git a/python-itypes.changes b/python-itypes.changes index c0c7e73..ee90968 100644 --- a/python-itypes.changes +++ b/python-itypes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 25 10:16:51 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 1.2.0 + * fix collections deprecation warning + ------------------------------------------------------------------- Mon Feb 25 12:46:09 UTC 2019 - Tomáš Chvátal diff --git a/python-itypes.spec b/python-itypes.spec index 9d2a8e9..218cbee 100644 --- a/python-itypes.spec +++ b/python-itypes.spec @@ -1,7 +1,7 @@ # # spec file for package python-itypes # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-itypes -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Basic immutable container types for Python License: BSD-2-Clause