From 0a59da6d7b2b3de95115e8c83ee095360d880523e760c3476211da96121eca34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 11:04:27 +0000 Subject: [PATCH] - Update to 2018.6.26: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-namespace?expand=0&rev=9 --- LICENSE | 21 +++++++++++++++++++++ ordered_namespace-2017.11.25.tar.gz | 3 --- ordered_namespace-2018.6.26.tar.gz | 3 +++ python-ordered-namespace.changes | 6 ++++++ python-ordered-namespace.spec | 16 +++++++++++----- 5 files changed, 41 insertions(+), 8 deletions(-) create mode 100644 LICENSE delete mode 100644 ordered_namespace-2017.11.25.tar.gz create mode 100644 ordered_namespace-2018.6.26.tar.gz diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e71241e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Pierre V. Villeneuve + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/ordered_namespace-2017.11.25.tar.gz b/ordered_namespace-2017.11.25.tar.gz deleted file mode 100644 index 791c401..0000000 --- a/ordered_namespace-2017.11.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea2e176ecddf87574f92ff83c11c36a16c34299862f47c2275d2671d20902a5 -size 4485 diff --git a/ordered_namespace-2018.6.26.tar.gz b/ordered_namespace-2018.6.26.tar.gz new file mode 100644 index 0000000..bc5f90b --- /dev/null +++ b/ordered_namespace-2018.6.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89f225edf0c7f521445b72de13be8593289ecfdac6a39c2f7d80f72d73413bb +size 4902 diff --git a/python-ordered-namespace.changes b/python-ordered-namespace.changes index 29fbb87..b515762 100644 --- a/python-ordered-namespace.changes +++ b/python-ordered-namespace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 3 11:04:06 UTC 2019 - Tomáš Chvátal + +- Update to 2018.6.26: + * no upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:51:02 UTC 2018 - Matej Cepl diff --git a/python-ordered-namespace.spec b/python-ordered-namespace.spec index 0b4652a..c03079d 100644 --- a/python-ordered-namespace.spec +++ b/python-ordered-namespace.spec @@ -1,7 +1,7 @@ # # spec file for package python-ordered-namespace # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ordered-namespace -Version: 2017.11.25 +Version: 2018.6.26 Release: 0 Summary: Python namespace class License: MIT Group: Development/Languages/Python -Url: https://github.com/who8mylunch/OrderedNamespace -Source: https://files.pythonhosted.org/packages/source/o/ordered-namespace/ordered_namespace-%{version}.tar.gz +URL: https://github.com/who8mylunch/OrderedNamespace +Source: https://files.pythonhosted.org/packages/source/o/ordered_namespace/ordered_namespace-%{version}.tar.gz +Source99: https://raw.githubusercontent.com/Who8MyLunch/OrderedNamespace/master/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -38,6 +38,7 @@ including tab-completion %prep %setup -q -n ordered_namespace-%{version} +cp %{SOURCE99} . %build %python_build @@ -46,8 +47,13 @@ including tab-completion %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# tests have no way of being executed properly +# on github there are no tags + %files %{python_files} %doc README.md +%license LICENSE %{python_sitelib}/* %changelog