- 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
This commit is contained in:
Dirk Mueller 2021-02-01 18:14:15 +00:00 committed by Git OBS Bridge
parent 8b6ae35faf
commit cf689e9b43
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772
size 41167

3
nocasedict-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0
size 40315

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 1 18:13:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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