commit 5ccef11ae385e6fc4befa1a42aea39b6e9247f77d51e2de1c0999c8e825a3a8d Author: Dirk Mueller Date: Sat Nov 23 18:13:24 2024 +0000 - 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 - Move to singlespec - Initial Release : build python3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-et_xmlfile?expand=0&rev=15 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/LICENCE.rst b/LICENCE.rst new file mode 100644 index 0000000..37bcad5 --- /dev/null +++ b/LICENCE.rst @@ -0,0 +1,34 @@ +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 new file mode 100644 index 0000000..a7a094f --- /dev/null +++ b/et_xmlfile-1.0.1.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..ddbd571 --- /dev/null +++ b/python-et_xmlfile.changes @@ -0,0 +1,70 @@ +------------------------------------------------------------------- +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 + +- Enable sle15_python_module_pythons. + +------------------------------------------------------------------- +Tue May 23 13:14:19 UTC 2023 - Matej Cepl + +- Clean up the SPEC file. + +------------------------------------------------------------------- +Tue May 23 03:54:32 UTC 2023 - Jiri Srain + +- updated the LICENSE.rst URL + +------------------------------------------------------------------- +Thu Mar 12 07:19:24 UTC 2020 - Tomáš Chvátal + +- Make sure to run without python2 + +------------------------------------------------------------------- +Thu Dec 6 13:25:04 UTC 2018 - Tomáš Chvátal + +- Run the tests +- Make sure to run fudpes correctly + +------------------------------------------------------------------- +Tue Dec 4 12:47:44 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Wed Jul 26 08:56:00 UTC 2017 - bruno@ioda-net.ch + +- specfile : add line to define python-modules (fix build on Leap) + +------------------------------------------------------------------- +Wed Jun 7 12:56:15 UTC 2017 - bruno@ioda-net.ch + +- Move to singlespec +- Add missing requires python-lxml +- Prepare everything for testing (wip) + +------------------------------------------------------------------- +Thu Jul 7 16:16:51 UTC 2016 - toddrme2178@gmail.com + +- Requires full python3 package. + +------------------------------------------------------------------- +Sun May 8 07:14:53 UTC 2016 - arun@gmx.de + +- specfile: + * updated source url to files.pythonhosted.org + + +------------------------------------------------------------------- +Thu Nov 19 16:53:37 UTC 2015 - bruno@ioda-net.ch + +- Initial Release : build python3 + diff --git a/python-et_xmlfile.spec b/python-et_xmlfile.spec new file mode 100644 index 0000000..a6fd970 --- /dev/null +++ b/python-et_xmlfile.spec @@ -0,0 +1,65 @@ +# +# spec file for package python-et_xmlfile +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-et_xmlfile +Version: 2.0.0 +Release: 0 +Summary: An implementation of lxml.xmlfile for the standard library +License: MIT +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} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-jdcal +Requires: python-lxml >= 3.4 +BuildArch: noarch +%python_subpackages + +%description +et_xmlfile is a low memory library for creating large XML files. + +It is based upon the xmlfile module from lxml with the aim of allowing code to +be developed that will work with both libraries. It was developed initially for +the openpyxl project but is now a standalone module. + +%prep +%setup -q -n et_xmlfile-%{version} +rm -rf *.egg-info + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest et_xmlfile/tests + +%files %{python_files} +%license LICENCE.rst +%doc README.rst +%{python_sitelib}/et_xmlfile-%{version}*-info +%{python_sitelib}/et_xmlfile + +%changelog