14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-06-03 11:04:27 +00:00
committed by Git OBS Bridge
parent 543650bd6b
commit 0a59da6d7b
5 changed files with 41 additions and 8 deletions

21
LICENSE Normal file
View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ea2e176ecddf87574f92ff83c11c36a16c34299862f47c2275d2671d20902a5
size 4485

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 11:04:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2018.6.26:
* no upstream changelog
-------------------------------------------------------------------
Tue Dec 4 12:51:02 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

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