From a0f05cd6c91102e075ad068ff33780cfe8de5344 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:03:54 +0000 Subject: automatic import of python-archetypal --- .gitignore | 1 + python-archetypal.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 84d076e..fb5af77 100644 --- a/.gitignore +++ b/.gitignore @@ -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 [![Build Status](https://github.com/samuelduchesne/archetypal/actions/workflows/python-package.yml/badge.svg?branch=main)](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 - 2.16.1-1 +* Thu Jun 08 2023 Python_Bot - 2.17.2-1 - Package Spec generated diff --git a/sources b/sources index 85e1bda..3d58609 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecbc4de5a095069ce47705fa8007e554 archetypal-2.16.1.tar.gz +0eea27de4e5d81a5bf3fd80c3a845ac4 archetypal-2.17.2.tar.gz -- cgit v1.2.3