diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:42:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:42:42 +0000 |
commit | 4b0bd886c8bd71ece3bf9a50259d381a9f5dbaa1 (patch) | |
tree | b6483b15bb58da52e57738df12994eb8ee7dcf67 | |
parent | c10b68ee805af7b36c3c25ad6de900767facfcd7 (diff) |
automatic import of python-bitcoinlib
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bitcoinlib.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /bitcoinlib-0.6.7.tar.gz +/bitcoinlib-0.6.9.tar.gz diff --git a/python-bitcoinlib.spec b/python-bitcoinlib.spec index 7379020..fc239c3 100644 --- a/python-bitcoinlib.spec +++ b/python-bitcoinlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bitcoinlib -Version: 0.6.7 +Version: 0.6.9 Release: 1 Summary: Bitcoin and Other cryptocurrency Library License: GNU3 URL: http://github.com/1200wd/bitcoinlib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/38/c8e53d86be6ab1a47edd7d70c7393797acfcda42c48551ea3a74808d88df/bitcoinlib-0.6.7.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/dd/ab543eedf5d0c30da5eb7bacb16f4416b33a180d347552fe5cb548914205/bitcoinlib-0.6.9.tar.gz BuildArch: noarch Requires: python3-SQLAlchemy @@ -50,7 +50,7 @@ The BitcoinLib connects to various service providers automatically to update wal blockchain information. It does currently not parse the blockchain itself. %prep -%autosetup -n bitcoinlib-0.6.7 +%autosetup -n bitcoinlib-0.6.9 %build %py3_build @@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.7-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.9-1 - Package Spec generated @@ -1 +1 @@ -93dc44e0315285bc50c59bd996f39d53 bitcoinlib-0.6.7.tar.gz +fc1a16a6835c659c845021702e881649 bitcoinlib-0.6.9.tar.gz |