diff --git a/LICENCE.rst b/LICENCE.rst deleted file mode 100644 index 37bcad5..0000000 --- a/LICENCE.rst +++ /dev/null @@ -1,34 +0,0 @@ -This software is under the MIT Licence -====================================== - -Copyright (c) 2010 openpyxl - -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. - -Odict implementation in openpyxl/writer/odict.py uses the following licence: - -Copyright (c) 2001-2011 Python Software Foundation - 2011 Raymond Hettinger -License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 - See http://www.opensource.org/licenses/Python-2.0 for full terms -Note: backport changes by Raymond were originally distributed under MIT - license, but since the original license for Python is more - restrictive than MIT, code cannot be released under its terms and - still adheres to the limitations of Python license. diff --git a/et_xmlfile-1.0.1.tar.gz b/et_xmlfile-1.0.1.tar.gz deleted file mode 100644 index a7a094f..0000000 --- a/et_xmlfile-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b -size 8427 diff --git a/et_xmlfile-2.0.0.tar.gz b/et_xmlfile-2.0.0.tar.gz new file mode 100644 index 0000000..b63e15a --- /dev/null +++ b/et_xmlfile-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b710736febf4b4589805f1cc0ccea41781353fc4550466c472649f8518bed4b5 +size 99140 diff --git a/python-et_xmlfile.changes b/python-et_xmlfile.changes index 00a4af7..ddbd571 100644 --- a/python-et_xmlfile.changes +++ b/python-et_xmlfile.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 23 18:10:21 UTC 2024 - Dirk Müller + +- update to 2.0.0: + * Add new writer method and namespace Element / parsing + * Readd the Element with namespaces + * Add el_has_namespaces to ElementTree classes + * Deprecate python 3.6 and 3.7 as nsetree requires a more recent XMLParser + * Fix docstrings of _IncrementalFileWriter + ------------------------------------------------------------------- Thu Sep 26 18:03:11 UTC 2024 - Guang Yee @@ -37,7 +47,7 @@ Wed Jul 26 08:56:00 UTC 2017 - bruno@ioda-net.ch ------------------------------------------------------------------- Wed Jun 7 12:56:15 UTC 2017 - bruno@ioda-net.ch -- Move to singlespec +- Move to singlespec - Add missing requires python-lxml - Prepare everything for testing (wip) @@ -56,5 +66,5 @@ Sun May 8 07:14:53 UTC 2016 - arun@gmx.de ------------------------------------------------------------------- Thu Nov 19 16:53:37 UTC 2015 - bruno@ioda-net.ch -- Initial Release : build python3 +- Initial Release : build python3 diff --git a/python-et_xmlfile.spec b/python-et_xmlfile.spec index ae5b278..a6fd970 100644 --- a/python-et_xmlfile.spec +++ b/python-et_xmlfile.spec @@ -1,7 +1,7 @@ # # spec file for package python-et_xmlfile # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %{?sle15_python_module_pythons} Name: python-et_xmlfile -Version: 1.0.1 +Version: 2.0.0 Release: 0 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://raw.githubusercontent.com/biydnd/et_xmlfile/master/LICENCE.rst +URL: https://foss.heptapod.net/openpyxl/et_xmlfile +Source0: https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/%{version}/et_xmlfile-%{version}.tar.gz BuildRequires: %{python_module lxml} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -46,7 +45,6 @@ the openpyxl project but is now a standalone module. %prep %setup -q -n et_xmlfile-%{version} rm -rf *.egg-info -cp -a %{SOURCE1} . %build %pyproject_wheel