Re: twitterwatch - upload needed

2023-01-22 Thread Malik
Hello Emmanuel,

I updated the watch file and added 2 tests to the package, it would be nice
if you can review it [1] before I release it.

[1]
https://salsa.debian.org/python-team/packages/twitterwatch/-/merge_requests/2

best regards,
Malik

Am Di., 17. Jan. 2023 um 22:57 Uhr schrieb Emmanuel Arias <
eam...@yaerobi.com>:

> Hi,
>
> On Tue, Jan 17, 2023 at 6:16 PM Malik  wrote:
>
>> Hello Emmanuel,
>>
>> currently upstream-author has no plan to update or release any further
>> releases for this project [1]
>>
> Ok
>
>>
>>
>
>> [1] https://gitlab.com/chaica/twitterwatch/-/issues/1
>>
>> kind regards,
>> Malik
>>
>
> If you leave the package as is it now, when a new release exists, d/watch
> won't note it.
> So, I'd change the d/watch to the Gitlab repository. Also Homepage link.
>
> Cheers,
> Emmanuel
>


-- 
Malik Mlitat


Bug#1029431: ITP: pyequihash -- python bindings for libequihash: memory-hard Proof-of-Work with fast verification

2023-01-22 Thread Joost van Baal-Ilić
Package: wnpp
Severity: wishlist
Owner: Joost van Baal-Ilić 

* Package name: pyequihash
  Version : 0.2
  Upstream Author : Stefan Marsiske 
* URL : https://github.com/stef/equihash/python
* License : GPLv3
  Programming Lang: Python
  Description : python bindings for libequihash: memory-hard Proof-of-Work 
with fast verification

Binary package name: python3-equihash

 Equihash implements the algorith as described in "Equihash: Asymmetric 
Proof-of-Work
 Based on the Generalized Birthday Problem" by Alex Biryukov and Dmitry
 Khovratovich, 2016, DOI:10.14722/ndss.2016.23108.  This code, by Stefan 
Marsiske, is
 a fork of an ealier implementation by Khovratovich at
 https://github.com/khovratovich/equihash/ ; it provides a library, a C API and
 Python bindings.  The cryptographic password storage SPHINX (pwdsphinx and 
libsphinx)
 depend upon equihash.
 .
 This package offers a Python wrapper for the C library and comes with functions
 equihash.solve(n, k, seed) and equihash.verify (n,k,seed,sol).

See https://www.ctrlc.hu/~stef/blog/posts/sphinx.html and
https://nlnet.nl/project/OpaqueSphinxServer/ for more background information.

See e.g. https://core.ac.uk/download/pdf/31227294.pdf for a copy of the original
article.

The SPHINX project was funded through the NGI0 PET Fund, a fund established by
NLnet with financial support from the European Commission's Next Generation
Internet programme, under the aegis of DG Communications Networks, Content and
Technology under grant agreement No 825310.

I intend to carry out this work within the Debian Python Team, at the yet to be
created https://salsa.debian.org/python-team/packages/pyequihash .

The libequihash package which is now in unstable ( see
https://tracker.debian.org/pkg/libequihash ) currently holds the same python
code.  I'll upload a new version of this original libequihash package without
the python wrapper code; it will no longer build python3-equihash.  Packaging
pyequihash from this pypi upstream sources is done in order to simplify the
Debian packaging work (and by doing so fix some RC bugs).

Bye,

Joost



Bug#1029406: ITP: normality -- Micro-library to normalize text strings in Python

2023-01-22 Thread Edward Betts
Package: wnpp
Severity: wishlist
Owner: Edward Betts 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org

* Package name: normality
  Version : 2.4.0
  Upstream Author : Friedrich Lindenberg 
* URL : https://github.com/pudo/normality
* License : MIT
  Programming Lang: Python
  Description : Micro-library to normalize text strings in Python

  Normality is a Python micro-package that contains a small set of text
  normalization functions for easier re-use. These functions accept a
  snippet of Unicode or UTF-8 encoded text and remove various classes
  of characters, such as diacritics, punctuation etc. This is useful as
  a preparation to further text analysis.
 
I plan to maintain this package as part of the Python team.