From: Sergey Matveev Date: Thu, 18 Jul 2024 13:01:32 +0000 (+0300) Subject: Move to cypherpunks.su X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a795dff86e86ca8cea7b7025d425e68745591ed0;p=pyderasn.git Move to cypherpunks.su --- diff --git a/README b/README index 32c6db8..1c18ef1 100644 --- a/README +++ b/README @@ -33,11 +33,11 @@ PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python pyderasn is free software: see the file COPYING.LESSER for copying conditions. -PyDERASN home page is: http://www.pyderasn.cypherpunks.ru/ +PyDERASN home page is: http://www.pyderasn.cypherpunks.su/ Please send questions, bug reports and patches to -http://lists.cypherpunks.ru/pyderasn_002ddevel.html +http://lists.cypherpunks.su/pyderasn_002ddevel.html mailing list. Announcements also go to this mailing list. Development Git source code repository currently is located here: -http://www.git.cypherpunks.ru/?p=pyderasn.git;a=summary +http://www.git.cypherpunks.su/?p=pyderasn.git;a=summary diff --git a/doc/download.rst b/doc/download.rst index 503c607..5f9f37a 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -4,4 +4,4 @@ Download ======== You can obtain releases source code prepared tarballs on -`official website `__. +`official website `__. diff --git a/doc/feedback.rst b/doc/feedback.rst index b003482..99b3151 100644 --- a/doc/feedback.rst +++ b/doc/feedback.rst @@ -2,9 +2,9 @@ Feedback ======== Please send questions regarding the use of PyDERASN, bug reports and -patches to `pyderasn-devel `__ +patches to `pyderasn-devel `__ mailing list. Announcements also go to this mailing list. -Official website is http://www.pyderasn.cypherpunks.ru/. +Official website is http://www.pyderasn.cypherpunks.su/. Development Git source code repository is located -`here `__. +`here `__. diff --git a/doc/install.rst b/doc/install.rst index 057f47d..2776f11 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -2,10 +2,10 @@ Install ======= Preferable way is to :ref:`download ` tarball with the -signature from `official website `__:: +signature from `official website `__:: - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-9.3.tar.zst - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/download/pyderasn-9.3.tar.zst.asc + $ [fetch|wget] http://www.pyderasn.cypherpunks.su/download/pyderasn-9.3.tar.zst + $ [fetch|wget] http://www.pyderasn.cypherpunks.su/download/pyderasn-9.3.tar.zst.asc $ gpg --verify pyderasn-9.3.tar.zst.asc pyderasn-9.3.tar.zst $ zstd -d < pyderasn-9.3.tar.zst | tar xf - $ cd pyderasn-9.3 diff --git a/makedist b/makedist index 3aafd67..a0779a4 100755 --- a/makedist +++ b/makedist @@ -27,8 +27,8 @@ zstd -19 -v pyderasn-"$release".tar tarball=pyderasn-"$release".tar.zst gpg --armor --detach-sign --sign --local-user pyderasn@cypherpunks.ru $tarball meta4-create -fn "$tarball" -mtime "$tarball" -sig "$tarball".asc \ - http://www.pyderasn.cypherpunks.ru/download/"$tarball" \ - http://y.www.pyderasn.cypherpunks.ru/download/"$tarball" < "$tarball" > "$tarball".meta4 + http://www.pyderasn.cypherpunks.su/download/"$tarball" \ + http://y.www.pyderasn.cypherpunks.su/download/"$tarball" < "$tarball" > "$tarball".meta4 size=$(( $(stat -f %z $tarball) / 1024 )) release_date=$(date "+%Y-%m-%d") @@ -59,16 +59,16 @@ The main improvements for that release are: ------------------------ >8 ------------------------ -PyDERASN'es home page is: http://www.pyderasn.cypherpunks.ru/ +PyDERASN'es home page is: http://www.pyderasn.cypherpunks.su/ Source code and its signature for that version can be found here: - http://www.pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.zst ($size KiB) - http://www.pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.zst.asc + http://www.pyderasn.cypherpunks.su/download/pyderasn-${release}.tar.zst ($size KiB) + http://www.pyderasn.cypherpunks.su/download/pyderasn-${release}.tar.zst.asc GPG key: 2ED6 C846 3051 02DF 5B4E 0383 04A9 33D1 BA20 327A PyDERASN releases Please send questions regarding the use of PyDERASN, bug reports and patches -to mailing list: http://lists.cypherpunks.ru/pyderasn_002ddevel.html +to mailing list: http://lists.cypherpunks.su/pyderasn_002ddevel.html EOF diff --git a/setup.py b/setup.py index 1cca9ca..7ee2ff9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( long_description=open("README", "rb").read().decode("utf-8"), author="Sergey Matveev", author_email="stargrave@stargrave.org", - url="http://www.pyderasn.cypherpunks.ru/", + url="http://www.pyderasn.cypherpunks.su/", license="LGPLv3", classifiers=[ "Development Status :: 5 - Production/Stable",