From cf689e9b434339d4fd4d22a78fcb50c29de48ff1df61a6b725a742b43badf397 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Feb 2021 18:14:15 +0000 Subject: [PATCH] - update to 1.0.2: * Migrated from Travis and Appveyor to GitHub Actions. This required changes in several areas including dependent packages used for testing and coverage. This did not cause any changes on dependent packages used for the installation of the package. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nocasedict?expand=0&rev=3 --- nocasedict-1.0.1.tar.gz | 3 --- nocasedict-1.0.2.tar.gz | 3 +++ python-nocasedict.changes | 9 +++++++++ python-nocasedict.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 nocasedict-1.0.1.tar.gz create mode 100644 nocasedict-1.0.2.tar.gz diff --git a/nocasedict-1.0.1.tar.gz b/nocasedict-1.0.1.tar.gz deleted file mode 100644 index ee8f6c0..0000000 --- a/nocasedict-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772 -size 41167 diff --git a/nocasedict-1.0.2.tar.gz b/nocasedict-1.0.2.tar.gz new file mode 100644 index 0000000..5776681 --- /dev/null +++ b/nocasedict-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0 +size 40315 diff --git a/python-nocasedict.changes b/python-nocasedict.changes index 966c160..22ff8f7 100644 --- a/python-nocasedict.changes +++ b/python-nocasedict.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 1 18:13:39 UTC 2021 - Dirk Müller + +- update to 1.0.2: + * Migrated from Travis and Appveyor to GitHub Actions. This required changes + in several areas including dependent packages used for testing and + coverage. This did not cause any changes on dependent packages used for the + installation of the package. + ------------------------------------------------------------------- Tue Oct 13 14:48:04 UTC 2020 - Benjamin Greiner diff --git a/python-nocasedict.spec b/python-nocasedict.spec index da8c682..9aac3dd 100644 --- a/python-nocasedict.spec +++ b/python-nocasedict.spec @@ -1,7 +1,7 @@ # # spec file for package python-nocasedict # -# Copyright (c) 2020 SUSE LLC +# 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-nocasedict -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: A case-insensitive ordered dictionary for Python License: LGPL-2.1-or-later