diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-archetypal.spec | 20 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 10 deletions
@@ -1 +1,2 @@ /archetypal-2.16.1.tar.gz +/archetypal-2.17.2.tar.gz diff --git a/python-archetypal.spec b/python-archetypal.spec index cf4fa3f..57f0ccb 100644 --- a/python-archetypal.spec +++ b/python-archetypal.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-archetypal -Version: 2.16.1 +Version: 2.17.2 Release: 1 Summary: Retrieve, construct, simulate, convert and analyse building archetypes License: MIT License URL: https://github.com/samuelduchesne/archetypal -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/52/6f35c31003da6676df50a69c073e13f322f486a9677da821cce56478bf01/archetypal-2.16.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f4/41/02d622f4808ef87c5867458065cd63d542fde7db0c2e0ddef00f5bca8ad9/archetypal-2.17.2.tar.gz BuildArch: noarch Requires: python3-networkx @@ -31,12 +31,14 @@ Requires: python3-energy-pandas Requires: python3-validator-collection Requires: python3-pint Requires: python3-typing-extensions +Requires: python3-pydantic Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-sphinx Requires: python3-sphinx-rtd-theme Requires: python3-recommonmark Requires: python3-sphinx-click +Requires: python3-autodoc-pydantic %description [](https://github.com/samuelduchesne/archetypal/actions/workflows/python-package.yml) @@ -300,7 +302,7 @@ make html %prep -%autosetup -n archetypal-2.16.1 +%autosetup -n archetypal-2.17.2 %build %py3_build @@ -314,20 +316,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -340,5 +342,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.16.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.2-1 - Package Spec generated @@ -1 +1 @@ -ecbc4de5a095069ce47705fa8007e554 archetypal-2.16.1.tar.gz +0eea27de4e5d81a5bf3fd80c3a845ac4 archetypal-2.17.2.tar.gz |
