1
0

Accepting request 1088651 from home:jsrain:branches:devel:languages:python

- updated the LICENSE.rst URL

OBS-URL: https://build.opensuse.org/request/show/1088651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-et_xmlfile?expand=0&rev=10
This commit is contained in:
Matej Cepl 2023-05-23 12:49:52 +00:00 committed by Git OBS Bridge
parent c095850957
commit 3dae98f3f8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 23 03:54:32 UTC 2023 - Jiri Srain <jsrain@suse.com>
- updated the LICENSE.rst URL
-------------------------------------------------------------------
Thu Mar 12 07:19:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-et_xmlfile
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Summary: An implementation of lxml.xmlfile for the standard library
License: MIT
URL: https://bitbucket.org/openpyxl/et_xmlfile
Source0: https://files.pythonhosted.org/packages/source/e/et_xmlfile/et_xmlfile-%{version}.tar.gz
Source1: https://bitbucket.org/openpyxl/et_xmlfile/raw/8c7ad6904ebe0ff98c204a3e77d7e78528b10ffe/LICENCE.rst
Source1: https://raw.githubusercontent.com/biydnd/et_xmlfile/master/LICENCE.rst
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}