summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:58:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:58:22 +0000
commitf37d7144ec29342fb92bf074aa0185eaf0a31e2f (patch)
tree21d840351c886b55d73633c7878b207699849116
parenta735ef0fc8cc3c7347fcec7c728b5b25d6e371cc (diff)
automatic import of python-clkhashopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-clkhash.spec24
-rw-r--r--sources2
3 files changed, 14 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 2239652..7a7fb92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/clkhash-0.18.1.tar.gz
+/clkhash-0.18.3.tar.gz
diff --git a/python-clkhash.spec b/python-clkhash.spec
index f0e5b0c..8429b63 100644
--- a/python-clkhash.spec
+++ b/python-clkhash.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-clkhash
-Version: 0.18.1
+Version: 0.18.3
Release: 1
Summary: Encoding utility to create Cryptographic Linkage Keys
License: Apache
URL: https://github.com/data61/clkhash
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/78/5dc0305e321604c329dfd9d3223a9772f94215c48a2be342e1a1d22d7548/clkhash-0.18.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9e/8e/771093c8c2621a3e368e0761044df71c9a4c6841eef8f7f8537aa2565526/clkhash-0.18.3.tar.gz
BuildArch: noarch
Requires: python3-bitarray
@@ -24,7 +24,7 @@ Requires: python3-tqdm
<div align="center">
-[![codecov](https://codecov.io/gh/data61/clkhash/branch/master/graph/badge.svg)](https://codecov.io/gh/data61/clkhash)
+[![codecov](https://codecov.io/gh/data61/clkhash/branch/main/graph/badge.svg)](https://codecov.io/gh/data61/clkhash)
[![Documentation Status](https://readthedocs.org/projects/clkhash/badge/?version=latest)](http://clkhash.readthedocs.io/en/latest/?badge=latest)
[![Unit Testing](https://github.com/data61/clkhash/actions/workflows/unittests.yml/badge.svg)](https://github.com/data61/clkhash/actions/workflows/unittests.yml)
[![Typechecking](https://github.com/data61/clkhash/actions/workflows/typechecking.yml/badge.svg)](https://github.com/data61/clkhash/actions/workflows/typechecking.yml)
@@ -93,7 +93,7 @@ BuildRequires: python3-pip
<div align="center">
-[![codecov](https://codecov.io/gh/data61/clkhash/branch/master/graph/badge.svg)](https://codecov.io/gh/data61/clkhash)
+[![codecov](https://codecov.io/gh/data61/clkhash/branch/main/graph/badge.svg)](https://codecov.io/gh/data61/clkhash)
[![Documentation Status](https://readthedocs.org/projects/clkhash/badge/?version=latest)](http://clkhash.readthedocs.io/en/latest/?badge=latest)
[![Unit Testing](https://github.com/data61/clkhash/actions/workflows/unittests.yml/badge.svg)](https://github.com/data61/clkhash/actions/workflows/unittests.yml)
[![Typechecking](https://github.com/data61/clkhash/actions/workflows/typechecking.yml/badge.svg)](https://github.com/data61/clkhash/actions/workflows/typechecking.yml)
@@ -159,7 +159,7 @@ Provides: python3-clkhash-doc
<div align="center">
-[![codecov](https://codecov.io/gh/data61/clkhash/branch/master/graph/badge.svg)](https://codecov.io/gh/data61/clkhash)
+[![codecov](https://codecov.io/gh/data61/clkhash/branch/main/graph/badge.svg)](https://codecov.io/gh/data61/clkhash)
[![Documentation Status](https://readthedocs.org/projects/clkhash/badge/?version=latest)](http://clkhash.readthedocs.io/en/latest/?badge=latest)
[![Unit Testing](https://github.com/data61/clkhash/actions/workflows/unittests.yml/badge.svg)](https://github.com/data61/clkhash/actions/workflows/unittests.yml)
[![Typechecking](https://github.com/data61/clkhash/actions/workflows/typechecking.yml/badge.svg)](https://github.com/data61/clkhash/actions/workflows/typechecking.yml)
@@ -214,7 +214,7 @@ cite it using the following BibTex entry::
%prep
-%autosetup -n clkhash-0.18.1
+%autosetup -n clkhash-0.18.3
%build
%py3_build
@@ -228,20 +228,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 .
@@ -254,5 +254,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.3-1
- Package Spec generated
diff --git a/sources b/sources
index 10d8abe..f9205d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d4d6bfc300f7440a5e8903736750480 clkhash-0.18.1.tar.gz
+aee1f5297a6632b0788df70717cd539e clkhash-0.18.3.tar.gz