diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dlib.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dlib-19.24.0.tar.gz +/dlib-19.24.1.tar.gz diff --git a/python-dlib.spec b/python-dlib.spec index 7793ab6..6be803b 100644 --- a/python-dlib.spec +++ b/python-dlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dlib -Version: 19.24.0 +Version: 19.24.1 Release: 1 Summary: A toolkit for making real world machine learning and data analysis applications License: Boost Software License URL: https://github.com/davisking/dlib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e5/3b/7a8522a5c2ef6ff6252e46b0788b3d2c2280198c49d6ecf3b576b171045f/dlib-19.24.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ec/e3/4fed0fb511a88a46365c2da493b73081a5e1a21960bdb18089b27cbc768b/dlib-19.24.1.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-dlib-doc See http://dlib.net for documentation. %prep -%autosetup -n dlib-19.24.0 +%autosetup -n dlib-19.24.1 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 19.24.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 19.24.1-1 - Package Spec generated @@ -1 +1 @@ -a61d76d9af1ccddcd28ce52f837e7a9f dlib-19.24.0.tar.gz +4245fe2f2a24b8ba4b7296aaee1fbd16 dlib-19.24.1.tar.gz |