Sync from SUSE:SLFO:Main python-ruamel.yaml.clib revision e7ec12c7ec18ddd81d39d5d99bbb8c3a
This commit is contained in:
commit
ee24f175da
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
49
python-ruamel.yaml.clib.changes
Normal file
49
python-ruamel.yaml.clib.changes
Normal file
@ -0,0 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:33:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 00:41:38 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 0.2.7:
|
||||
* Python 3.10 support
|
||||
* Python 3.11 support
|
||||
* regenerated with cython 0.29.32
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 19 06:49:42 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.6:
|
||||
* Python 3.9 support
|
||||
* regenerated with cython 0.29.23
|
||||
* Python 3.8 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 26 15:25:13 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.2.2
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 15:27:58 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 2.0.0
|
||||
* Use size_t for marks in cython to handle large files.
|
||||
* update .c to incorporate size_t change for marks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 06:29:11 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use proper sentence structure in description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 13:22:24 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.1.2
|
||||
* prevent -nspkg.pth file from being generated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 13:35:40 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- initial commit ver. 0.1.0
|
58
python-ruamel.yaml.clib.spec
Normal file
58
python-ruamel.yaml.clib.spec
Normal file
@ -0,0 +1,58 @@
|
||||
#
|
||||
# spec file for package python-ruamel.yaml.clib
|
||||
#
|
||||
# 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
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruamel.yaml.clib
|
||||
Version: 0.2.7
|
||||
Release: 0
|
||||
Summary: Python YAML parser c-library
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://bitbucket.org/ruamel/yaml.clib
|
||||
Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml.clib/ruamel.yaml.clib-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools >= 28.7.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
ruamel.yaml.clib is a YAML parser/emitter that supports roundtrip preservation
|
||||
of comments, seq/map flow style, and map key order.
|
||||
This package contains the C library counterpart of it.
|
||||
|
||||
%prep
|
||||
%setup -q -n ruamel.yaml.clib-%{version}
|
||||
rm -rf *egg-info
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install --single-version-externally-managed
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/_ruamel_yaml*.so
|
||||
%{python_sitearch}/ruamel
|
||||
%{python_sitearch}/ruamel.yaml.clib-%{version}-py%{python_version}.egg-info
|
||||
|
||||
%changelog
|
BIN
ruamel.yaml.clib-0.2.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
ruamel.yaml.clib-0.2.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user