Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ea508cb984 !12 [sync] PR-11: [Lightweight PR]: provide python3.10(toml)
Merge pull request !12 from openeuler-sync-bot/sync-pr11-N/A-to-openEuler-22.03-LTS-Next
2021-12-28 03:47:44 +00:00
kerongw
e082357921 provide python3.10(toml)
(cherry picked from commit a2989bbab01e900c935670deb872fe8af8294f60)
2021-12-28 11:34:07 +08:00
openeuler-ci-bot
9176dca30b !6 更新软件包至最新版本0.10.2
From: @jinzig
Reviewed-by: @jxy_git,@myeuler
Signed-off-by: @myeuler
2021-07-20 04:12:00 +00:00
jinzig
132d47cdc8 update version to 0.10.2 2021-07-19 20:50:47 +08:00
openeuler-ci-bot
731948cf5a !5 change py version
Merge pull request !5 from yangl777/master
2020-06-18 17:56:39 +08:00
yangl777
3eefaefac0 change py version 2020-06-18 16:24:28 +08:00
yangl777
86fb23e400 change global 2020-06-18 10:42:49 +08:00
yangl777
77daa2f98c change global 2020-06-18 10:36:23 +08:00
openeuler-ci-bot
ba2f523d07 !3 Add python-toml.yaml
Merge pull request !3 from huanghaitao/master
2020-05-09 19:30:47 +08:00
hht8
4f8a7b920f Add python-toml.yaml 2020-05-09 16:28:32 +08:00
4 changed files with 26 additions and 13 deletions

BIN
0.10.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,31 +1,31 @@
Name: python-toml
Version: 0.10.0
Release: 1
Version: 0.10.2
Release: 2
Summary: Python Library for Tom's Obvious, Minimal Language
License: MIT
URL: https://pypi.python.org/pypi/toml
Source0: https://files.pythonhosted.org/packages/b9/19/5cbd78eac8b1783671c40e34bb0fa83133a06d340a38b55c645076d40094/toml-0.10.0.tar.gz
URL: https://github.com/uiri/toml
Source0: https://github.com/uiri/toml/archive/refs/tags/0.10.2.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
%description
TOML aims to be a minimal configuration file format that's easy to read due \to obvious semantics. TOML is designed to map unambiguously to a hash table.\ TOML should be easy to parse into data structures in a wide variety of \
languages.
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
%package -n python3-toml
Summary: Python Library for Tom's Obvious, Minimal Language
Provides: python-toml
BuildRequires: python3-devel
%{?python_provide:%python_provide python3-toml}
BuildRequires: python3-setuptools
Provides: python%{python3_pkgversion}dist(toml) = %{version}
Provides: python%{python3_version}dist(toml) = %{version}
%description -n python3-toml
TOML aims to be a minimal configuration file format that's easy to read due \to obvious semantics. TOML is designed to map unambiguously to a hash table.\ TOML should be easy to parse into data structures in a wide variety of \
languages.
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.
%package_help
%prep
%autosetup -n toml-%{version}
%autosetup -n toml-0.10.2
%build
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
@ -36,13 +36,22 @@ languages.
%files -n python3-toml
%defattr(-,root,root)
%license LICENSE
%_prefix/lib/python3.7/site-packages/toml
%_prefix/lib/python3.7/site-packages/toml-%{version}-py3.7.egg-info
%_prefix/lib/python%{python3_version}/site-packages/toml
%_prefix/lib/python%{python3_version}/site-packages/toml-%{version}-py%{python3_version}.egg-info
%files help
%defattr(-,root,root)
%doc README.rst
%changelog
* Mon Dec 27 2021 wangkerong<wangkerong@huawei.com> - 0.10.2-2
- provides python3.10(toml)
* Mon Jul 19 2021 jinzig<jinzhiguang@kylinos.cn> - 0.10.2-1
- update version to 0.10.2
* Thu Jun 18 2020 yanglu<yanglu60@huawei.com> - 0.10.0-2
- Change global
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.10.0-1
- Package init

4
python-toml.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: toml
tag_pattern: ^v
seperator: .

Binary file not shown.