• morph's abandoned packages (list)

    From Julian Gilbey@21:1/5 to All on Thu Mar 14 07:30:02 2024
    Dear all (and Bcc-ing the RM bugs),

    For information, here is a list of packages that morph has either
    requested removal of or orphaned. If you are interested in taking one
    or more of them on, that would be great!

    Removal requested:

    #1066146 RM: flask-basicauth -- ROM; RC buggy, dead upstream, leaf package
    #1065141 RM: gmplot -- ROM; leaf package
    #1064947 RM: nb2plots -- ROM; leaf package
    #1065200 RM: overpass -- ROM; leaf package
    #1065199 RM: pprintpp -- ROM; leaf package
    #1065045 RM: pyannotate -- ROM; leaf package
    #1065201 RM: python-overpy -- ROM; leaf package
    #1065202 RM: python-ppmd -- ROM; leaf package
    #1064946 RM: sphinx-a4doc -- ROM; leaf package

    Recently-orphaned packages (removing those in wnpp which have been
    retitled "ITA") sorted alphabetically; these could, of course, be
    brought into team maintenance.

    #1065235 O: basemap -- matplotlib toolkit to plot on map projections
    #1065243 O: colorspacious -- library for doing colorspace conversions
    #1065151 O: commonmark -- Python parser for the CommonMark Markdown spec
    #1065246 O: contourpy -- Python library for calculating contours of 2D quadrilateral grids
    #1065248 O: cppy -- C++ headers for (Python) C extension development
    #1065139 O: dot2tex -- Graphviz to LaTeX converter
    #1065140 O: fastkml -- fast KML processing
    #1065142 O: html5lib -- HTML parser/tokenizer based on the WHATWG HTML5 specification
    #1065244 O: kiwisolver -- fast implementation of the Cassowary constraint solver
    #1065238 O: lazy-object-proxy -- Python 3 fast and thorough lazy object proxy
    #1065037 O: m2crypto -- Python wrapper for the OpenSSL library
    #1065325 O: matplotlib -- Python based plotting system
    #1065143 O: mkautodoc -- AutoDoc for MarkDown
    #1065042 O: mpl-sphinx-theme -- documentation for the mpl-sphinx-theme Python library
    #1065220 O: mpmath -- library for arbitrary-precision floating-point arithmetic
    #1065224 O: mysql-connector-python -- pure Python implementation of MySQL Client/Server protocol
    #1065198 O: networkx -- tool to create, manipulate and study complex networks
    #1065329 O: numpy -- Fast array facility to the Python 3 language
    #1065221 O: py7zr -- pure Python 7-zip library
    #1065222 O: pychm -- Python binding for CHMLIB
    #1065231 O: pydot -- Python interface to Graphviz's dot
    #1065152 O: pygeoif -- basic implementation of the __geo_interface__
    #1065036 O: pyopenssl -- Python wrapper around the OpenSSL library
    #1065149 O: pyproject-metadata -- Dataclass for PEP 621 metadata with support for [core metadata] generation
    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library
    #1064977 O: python-cryptography-vectors -- Test vectors for python-cryptography
    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    #1065025 O: sphinx-book-theme -- clean book theme for scientific explanations and documentation with Sphinx
    #1065026 O: sphinx-bootstrap-theme -- bootstrap theme for Sphinx
    #1065030 O: sphinxcontrib-log-cabinet -- Organize changelog directives in Sphinx docs
    #1065027 O: sphinx-copybutton -- sphinx extension to add a "copy" button to code blocks
    #1065028 O: sphinx-gallery -- extension that builds an HTML gallery of examples from Python scripts
    #1065029 O: sphinx-panels -- documentation for the sphinx-panels Python library
    #1065043 O: sphinxtesters -- utilities for testing Sphinx extensions
    #1064948 O: texext -- sphinx extensions for working with LaTeX math

    There's also an old ITP that was closed:

    #1015231 ITP: sphinx-theme-builder -- tool for authoring Sphinx themes with a simple (opinionated) workflow

    Best wishes,

    Julian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andreas Tille@21:1/5 to All on Thu Mar 14 11:40:01 2024
    Hi Julian,

    thanks a lot for assembling these lists.

    To inspire potential takers I'd like to add the according popcon
    values:

    Am Thu, Mar 14, 2024 at 06:20:11AM +0000 schrieb Julian Gilbey:
    If you are interested in taking one
    or more of them on, that would be great!

    +1

    Removal requested:

    #1066146 RM: flask-basicauth -- ROM; RC buggy, dead upstream, leaf package
    #1065141 RM: gmplot -- ROM; leaf package
    #1064947 RM: nb2plots -- ROM; leaf package
    #1065200 RM: overpass -- ROM; leaf package
    #1065199 RM: pprintpp -- ROM; leaf package
    #1065045 RM: pyannotate -- ROM; leaf package
    #1065201 RM: python-overpy -- ROM; leaf package
    #1065202 RM: python-ppmd -- ROM; leaf package
    #1064946 RM: sphinx-a4doc -- ROM; leaf package

    udd=> SELECT package, insts, vote, olde, recent FROM popcon WHERE package IN (
    SELECT DISTINCT package FROM packages WHERE release = 'sid' AND source IN (
    'flask-basicauth', 'gmplot', 'nb2plots', 'overpass', 'pprintpp', 'pyannotate', 'python-overpy', 'python-ppmd', 'sphinx-a4doc'
    )
    ) ;
    package | insts | vote | olde | recent -------------------------+-------+------+------+--------
    python-ppmd-doc | 3 | 0 | 0 | 0
    python3-flask-basicauth | 23 | 1 | 18 | 4
    python3-gmplot | 21 | 4 | 12 | 4
    python3-nb2plots | 11 | 0 | 5 | 6
    python3-overpass | 78 | 7 | 61 | 10
    python3-overpy | 80 | 9 | 62 | 9
    python3-ppmd | 7 | 1 | 5 | 1
    python3-pprintpp | 21 | 2 | 11 | 8
    python3-pyannotate | 5 | 1 | 4 | 0
    python3-sphinx-a4doc | 13 | 2 | 9 | 2
    (10 rows)


    BTW, the fact that a package has no maintainer is not a good reason for
    a package removal. If someone is interested in one of the packages this
    should be added to the according bug report.

    Recently-orphaned packages (removing those in wnpp which have been
    retitled "ITA") sorted alphabetically; these could, of course, be
    brought into team maintenance.

    #1065235 O: basemap -- matplotlib toolkit to plot on map projections
    #1065243 O: colorspacious -- library for doing colorspace conversions
    #1065151 O: commonmark -- Python parser for the CommonMark Markdown spec
    #1065246 O: contourpy -- Python library for calculating contours of 2D quadrilateral grids
    #1065248 O: cppy -- C++ headers for (Python) C extension development
    #1065139 O: dot2tex -- Graphviz to LaTeX converter
    #1065140 O: fastkml -- fast KML processing
    #1065142 O: html5lib -- HTML parser/tokenizer based on the WHATWG HTML5 specification
    #1065244 O: kiwisolver -- fast implementation of the Cassowary constraint solver
    #1065238 O: lazy-object-proxy -- Python 3 fast and thorough lazy object proxy
    #1065037 O: m2crypto -- Python wrapper for the OpenSSL library
    #1065325 O: matplotlib -- Python based plotting system
    #1065143 O: mkautodoc -- AutoDoc for MarkDown
    #1065042 O: mpl-sphinx-theme -- documentation for the mpl-sphinx-theme Python library
    #1065220 O: mpmath -- library for arbitrary-precision floating-point arithmetic
    #1065224 O: mysql-connector-python -- pure Python implementation of MySQL Client/Server protocol
    #1065198 O: networkx -- tool to create, manipulate and study complex networks
    #1065329 O: numpy -- Fast array facility to the Python 3 language
    #1065221 O: py7zr -- pure Python 7-zip library
    #1065222 O: pychm -- Python binding for CHMLIB
    #1065231 O: pydot -- Python interface to Graphviz's dot
    #1065152 O: pygeoif -- basic implementation of the __geo_interface__
    #1065036 O: pyopenssl -- Python wrapper around the OpenSSL library
    #1065149 O: pyproject-metadata -- Dataclass for PEP 621 metadata with support for [core metadata] generation
    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library
    #1064977 O: python-cryptography-vectors -- Test vectors for python-cryptography
    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    #1065025 O: sphinx-book-theme -- clean book theme for scientific explanations and documentation with Sphinx
    #1065026 O: sphinx-bootstrap-theme -- bootstrap theme for Sphinx
    #1065030 O: sphinxcontrib-log-cabinet -- Organize changelog directives in Sphinx docs
    #1065027 O: sphinx-copybutton -- sphinx extension to add a "copy" button to code blocks
    #1065028 O: sphinx-gallery -- extension that builds an HTML gallery of examples from Python scripts
    #1065029 O: sphinx-panels -- documentation for the sphinx-panels Python library
    #1065043 O: sphinxtesters -- utilities for testing Sphinx extensions
    #1064948 O: texext -- sphinx extensions for working with LaTeX math


    udd=> SELECT package, insts, vote, olde, recent FROM popcon WHERE package IN (
    SELECT DISTINCT package FROM packages WHERE release = 'sid' AND source IN ( 'basemap', 'colorspacious', 'commonmark', 'contourpy', 'cppy', 'dot2tex', 'fastkml', 'html5lib', 'kiwisolver', 'lazy-object-proxy',
    'm2crypto', 'matplotlib', 'mkautodoc', 'mpl-sphinx-theme', 'mpmath', 'mysql-connector-python', 'networkx', 'numpy', 'py7zr', 'pychm',
    'pydot', 'pygeoif', 'pyopenssl', 'pyproject-metadata', 'pysimplesoap', 'python-cryptography-vectors', 'python-levenshtein',
    'sphinx-book-theme', 'sphinx-bootstrap-theme', 'sphinxcontrib-log-cabinet', 'sphinx-copybutton', 'sphinx-gallery', 'sphinx-panels',
    'sphinxtesters', 'texext'
    )
    ) ;
    package | insts | vote | olde | recent -----------------------------------+--------+-------+--------+--------
    dot2tex | 716 | 43 | 619 | 54
    python-cppy-doc | 4 | 0 | 0 | 0
    python-m2crypto-doc | 12 | 0 | 0 | 0
    python-matplotlib-data | 22809 | 18956 | 2512 | 557
    python-mpl-sphinx-theme-doc | 6 | 0 | 0 | 0
    python-mpltoolkits.basemap-data | 108 | 50 | 16 | 0
    python-mpltoolkits.basemap-doc | 23 | 0 | 0 | 0
    python-mpmath-doc | 77 | 0 | 0 | 0
    python-openssl-doc | 200 | 0 | 0 | 0
    python-py7zr-doc | 6 | 0 | 0 | 0
    python-sphinx-copybutton-doc | 8 | 0 | 0 | 0
    python-sphinx-gallery-doc | 13 | 0 | 0 | 0
    python-sphinx-panels-doc | 3 | 0 | 0 | 0
    python3-chm | 6249 | 351 | 5287 | 608
    python3-colorspacious | 100 | 6 | 87 | 7
    python3-commonmark | 670 | 71 | 499 | 100
    python3-contourpy | 15839 | 980 | 12991 | 1864
    python3-cppy | 6 | 1 | 3 | 2
    python3-cryptography-vectors | 139 | 6 | 114 | 19
    python3-fastkml | 12 | 1 | 9 | 2
    python3-html5lib | 46624 | 3188 | 39230 | 4175
    python3-kiwisolver | 21653 | 2350 | 17444 | 1851
    python3-lazy-object-proxy | 4342 | 735 | 3357 | 244
    python3-levenshtein | 3459 | 573 | 2541 | 341
    python3-m2crypto | 708 | 322 | 283 | 102
    python3-matplotlib | 22035 | 18962 | 2505 | 562
    python3-mkautodoc | 10 | 1 | 5 | 4
    python3-mpl-sphinx-theme | 13 | 2 | 9 | 2
    python3-mpltoolkits.basemap | 67 | 50 | 16 | 0
    python3-mpmath | 17051 | 4900 | 9697 | 2449
    python3-mysql.connector | 311 | 52 | 201 | 58
    python3-networkx | 4620 | 718 | 3373 | 517
    python3-numpy | 42669 | 25102 | 14581 | 2976
    python3-openssl | 37731 | 17415 | 17089 | 3190
    python3-py7zr | 6206 | 585 | 4899 | 722
    python3-pydot | 4266 | 244 | 3499 | 516
    python3-pygeoif | 74 | 16 | 51 | 7
    python3-pyproject-metadata | 40 | 4 | 23 | 13
    python3-pysimplesoap | 199311 | 32510 | 134776 | 31983
    python3-sphinx-book-theme | 47 | 13 | 22 | 12
    python3-sphinx-bootstrap-theme | 291 | 20 | 226 | 45
    python3-sphinx-copybutton | 365 | 53 | 249 | 63
    python3-sphinx-gallery | 59 | 8 | 35 | 16
    python3-sphinx-panels | 20 | 5 | 6 | 9
    python3-sphinxcontrib-log-cabinet | 17 | 14 | 2 | 1
    python3-sphinxtesters | 21 | 3 | 9 | 9
    python3-texext | 23 | 4 | 11 | 8
    (47 rows)


    There's also an old ITP that was closed:

    #1015231 ITP: sphinx-theme-builder -- tool for authoring Sphinx themes with a simple (opinionated) workflow

    Maybe it makes sense to turn this into RFP.

    Kind regards
    Andreas.

    --
    http://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Goirand@21:1/5 to Julian Gilbey on Fri Mar 15 08:30:01 2024
    On 3/14/24 07:20, Julian Gilbey wrote:
    Recently-orphaned packages (removing those in wnpp which have been
    retitled "ITA") sorted alphabetically; these could, of course, be
    brought into team maintenance.

    #1065235 O: basemap -- matplotlib toolkit to plot on map projections
    #1065243 O: colorspacious -- library for doing colorspace conversions
    #1065151 O: commonmark -- Python parser for the CommonMark Markdown spec
    #1065246 O: contourpy -- Python library for calculating contours of 2D quadrilateral grids
    #1065248 O: cppy -- C++ headers for (Python) C extension development
    #1065139 O: dot2tex -- Graphviz to LaTeX converter
    #1065140 O: fastkml -- fast KML processing
    #1065142 O: html5lib -- HTML parser/tokenizer based on the WHATWG HTML5 specification
    #1065244 O: kiwisolver -- fast implementation of the Cassowary constraint solver
    #1065238 O: lazy-object-proxy -- Python 3 fast and thorough lazy object proxy
    #1065037 O: m2crypto -- Python wrapper for the OpenSSL library
    #1065325 O: matplotlib -- Python based plotting system
    #1065143 O: mkautodoc -- AutoDoc for MarkDown
    #1065042 O: mpl-sphinx-theme -- documentation for the mpl-sphinx-theme Python library
    #1065220 O: mpmath -- library for arbitrary-precision floating-point arithmetic
    #1065224 O: mysql-connector-python -- pure Python implementation of MySQL Client/Server protocol
    #1065198 O: networkx -- tool to create, manipulate and study complex networks
    #1065329 O: numpy -- Fast array facility to the Python 3 language
    #1065221 O: py7zr -- pure Python 7-zip library
    #1065222 O: pychm -- Python binding for CHMLIB
    #1065231 O: pydot -- Python interface to Graphviz's dot
    #1065152 O: pygeoif -- basic implementation of the __geo_interface__
    #1065036 O: pyopenssl -- Python wrapper around the OpenSSL library
    #1065149 O: pyproject-metadata -- Dataclass for PEP 621 metadata with support for [core metadata] generation
    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library
    #1064977 O: python-cryptography-vectors -- Test vectors for python-cryptography
    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    #1065025 O: sphinx-book-theme -- clean book theme for scientific explanations and documentation with Sphinx
    #1065026 O: sphinx-bootstrap-theme -- bootstrap theme for Sphinx
    #1065030 O: sphinxcontrib-log-cabinet -- Organize changelog directives in Sphinx docs
    #1065027 O: sphinx-copybutton -- sphinx extension to add a "copy" button to code blocks
    #1065028 O: sphinx-gallery -- extension that builds an HTML gallery of examples from Python scripts
    #1065029 O: sphinx-panels -- documentation for the sphinx-panels Python library
    #1065043 O: sphinxtesters -- utilities for testing Sphinx extensions
    #1064948 O: texext -- sphinx extensions for working with LaTeX math

    There's also an old ITP that was closed:

    #1015231 ITP: sphinx-theme-builder -- tool for authoring Sphinx themes with a simple (opinionated) workflow

    Best wishes,

    Julian

    I can take care of networkx, which is used in OpenStack. If nobody else
    care, I prefer to use a git tag based workflow, meaning it cannot stay
    in the team (but everyone is more than welcome in the OpenStack team).
    If anyone doesn't agree, and feel strong about keeping networkx to use pristine-tar and stay in the team, please voice your concern (and of
    course, volunteer to do the work).

    I probably also need to keep pydot in shape.

    Cheers,

    Thomas Goirand (zigo)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Timo =?utf-8?Q?R=C3=B6hling?=@21:1/5 to All on Fri Mar 15 10:00:01 2024
    Hi,

    * Julian Gilbey <julian@d-and-j.net> [2024-03-14 06:20]:
    #1065198 O: networkx -- tool to create, manipulate and study complex
    networks language
    I use this somewhat regularly, so I'd be happy to share the workload with zigo.

    #1065329 O: numpy -- Fast array facility to the Python 3 language
    I use this a lot; both ckk and I are willing to take over.

    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library
    This is a transitive dependency of reportbug through python-debianbts. If no one else is interested, I'll take it.


    Cheers
    Timo


    --
    ⢀⣴⠾⠻⢶⣦⠀ ╭────────────────────────────────────────────────────╮
    ⣾⠁⢠⠒⠀⣿⡁ │ Timo Röhling │
    ⢿⡄⠘⠷⠚⠋⠀ │ 9B03 EBB9 8300 DF97 C2B1 23BF CC8C 6BDD 1403 F4CA │
    ⠈⠳⣄⠀⠀⠀⠀ ╰────────────────────────────────────────────────────╯

    -----BEGIN PGP SIGNATURE-----

    iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmX0C9wACgkQ+C8H+466 LVkHdgv/WlrsOu0riyxVliODdymzTTPUPafR1DpZQ3alSKqJvADvptiC7daLwBQB U0+MbFKwpBhgNE8LpvXzCPZfmRsZ8t0GCEodMFXAp3iljJ75DZ2SjxItqvQbOauA W8JpOGAElj53Zl/RTYEDUqRdSBiyT6peUI5VM1PLjtx2u04ZVZU71nHgHhCb5pGz 4UtN/owAZXzd/9nayOvTk68aTCImFB3jdYDJGPeUHNXJTKI0X1cYf5szGueBmThb 7ZIMcGMp4ARJo09lDKsSlawoxwB7NjLnDu/1/bKufr/zR75x/gSSsQ+Uva2JIcpp 0wITQc5CPpYsH91eTa+7ME1pZL7DpVCN27O8TNJxE26
  • From Andreas Tille@21:1/5 to All on Fri Mar 15 11:00:01 2024
    Hi Timo,

    Am Fri, Mar 15, 2024 at 09:50:39AM +0100 schrieb Timo Rhling:
    * Julian Gilbey <julian@d-and-j.net> [2024-03-14 06:20]:
    #1065198 O: networkx -- tool to create, manipulate and study complex networks language
    I use this somewhat regularly, so I'd be happy to share the workload with zigo.

    Zigo will be probably happy. :-)

    #1065329 O: numpy -- Fast array facility to the Python 3 language
    I use this a lot; both ckk and I are willing to take over.

    I'm really happy that someone is taking over this heavy one. Lots of scientific packages I care for are depending from it.

    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library
    This is a transitive dependency of reportbug through python-debianbts. If no one else is interested, I'll take it.

    I think its sensible if people simply add their ID to Uploaders in Git.
    More than one (active) Uploader would be even better. I'm currently
    trying to find out who are non-active uploaders in R-pkg team - this is possibly also some issue in DPT (but for a different set of packages
    than we are talking about in this thread).

    Thanks a lot to so many volunteers
    Andreas.

    --
    http://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Julian Gilbey@21:1/5 to All on Fri Mar 15 11:30:01 2024
    On Fri, Mar 15, 2024 at 10:04:42AM +0000, Jelmer Vernooij wrote:
    On Thu, Mar 14, 2024 at 06:20:11AM +0000, Julian Gilbey wrote:
    [...]
    Thanks for collecting the list of packages. I'm planning to adopt these:

    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library

    Hi Jelmer,

    I've just taken a look at python-levenshtein, as I remember the name
    now: it might make more sense for me to take it as it depends on
    rapidfuzz and rapidfuzz-cpp, which I've just packaged and are sitting
    in NEW. But if you want to take it, please feel free to do so! (Once rapidfuzz makes it into unstable, a lot of debian/rules could probably
    also be simplified.)

    Best wishes,

    Julian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jelmer =?utf-8?Q?Vernoo=C4=B3?=@21:1/5 to Julian Gilbey on Fri Mar 15 11:30:01 2024
    On Thu, Mar 14, 2024 at 06:20:11AM +0000, Julian Gilbey wrote:
    For information, here is a list of packages that morph has either
    requested removal of or orphaned. If you are interested in taking one
    or more of them on, that would be great!

    Recently-orphaned packages (removing those in wnpp which have been
    retitled "ITA") sorted alphabetically; these could, of course, be
    brought into team maintenance.

    Thanks for collecting the list of packages. I'm planning to adopt these:

    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library

    Cheers,

    Jelmer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jelmer =?utf-8?Q?Vernoo=C4=B3?=@21:1/5 to Julian Gilbey on Fri Mar 15 12:00:01 2024
    Hi Julian,

    On Fri, Mar 15, 2024 at 10:21:49AM +0000, Julian Gilbey wrote:
    On Fri, Mar 15, 2024 at 10:04:42AM +0000, Jelmer Vernooij wrote:
    On Thu, Mar 14, 2024 at 06:20:11AM +0000, Julian Gilbey wrote:
    [...]
    Thanks for collecting the list of packages. I'm planning to adopt these:

    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library

    I've just taken a look at python-levenshtein, as I remember the name
    now: it might make more sense for me to take it as it depends on
    rapidfuzz and rapidfuzz-cpp, which I've just packaged and are sitting
    in NEW. But if you want to take it, please feel free to do so! (Once rapidfuzz makes it into unstable, a lot of debian/rules could probably
    also be simplified.)
    I'm happy for you to take python-levenshtein (or co-maintain). It's just that I'm
    using it in lintian-brush, so don't want to see it go away. :)

    Cheers,

    Jelmer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Fladischer@21:1/5 to All on Fri Mar 15 12:20:01 2024
    Hi,

    Am 14.03.2024 um 07:20 schrieb Julian Gilbey:
    #1065142 O: html5lib -- HTML parser/tokenizer based on the WHATWG HTML5 specification

    as I use html5lib in quite a few projects at work, I'd take over this
    one. Is there already a consensus to just ITA it and change Maintainer
    to DPT in the next upload?

    Regards,
    Michael

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrey Rakhmatullin@21:1/5 to All on Fri Mar 15 13:30:02 2024
    I'm interested in helping with cryptography and pyopenssl, though I
    haven't looked at these packages before.

    --
    WBR, wRAR

    -----BEGIN PGP SIGNATURE-----

    iQJhBAABCgBLFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmX0PUktFIAAAAAAFQAP cGthLWFkZHJlc3NAZ251cGcub3Jnd3JhckBkZWJpYW4ub3JnAAoJEDNi9wMaSZLh rscP/iGLdM+CUwimPIIMooFv+DnMDZFm0vfQ1EseRifGKQhp3juxvBfooZ2lnU6O ZkBZcYT+Cf+e/jIvILrXWEb4UGXTK8/dYGehWqjFbwkaTLCHlOE4nz2os3NgReme xoR1OqjW4zDzj8QCE/Hwwn6wcF6hUWl5hySnh4eKR9t+OWtkbUqZUGU+D1jupXE7 Dl3le6VFnZoA2OceNhBp0hyUojCiHocHWsjvgB/hZxyDkcJ3ALEjtv6/DOVnT3gf x+QFwkJtGvZ/jZNcHfTvtEzWyXlzdcsL2r01hdBfiOKgFgGw3MEmYWqaYq3Gb2vf 6Rc9KVGvCM3soRgEnuxxBA0YAqvJW2U8ZqklEfxYTOrpRNjFX+KJQ3BnFUILNKu1 bsoAQFap1R5uPh73AD6UGwzlaMSgvHg1vzFBJVQ9QBGLMxrQpV63YI6/XdM567DV /1ykYIseA5UfzMjO8lHsMUJ7/G6dNLdCiur7S8Kh7wiT3+ZYhl8KI07AoAStEmHt QhpvYDaEZqUqYivuW+SI78A4HhEAJCnBPXHtXVWbO9EVzicdcSYaCaiYAgHVUuUG bNhhOFpXHEgW1pVeuNei7sv0MmG8w8EJN1kPKLH06ghoMJOtK/D/KZsKP2SGdsSU MafIbmiq9AoEpjKJS4FsapL6EDjfLjgWcMgV8mIcv26FKV6c
    =J78R
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin@21:1/5 to Alexandre Detiste on Fri Mar 15 15:40:01 2024
    On 2024-03-15 14:21, Alexandre Detiste wrote:
    I would pick-up matplotlib I guess, I have some special connection to it,
    ...
    Help is appreciated, I already cherry picked some commits from Ciel's PR.

    I *might* help on this, because we use matplotlib at $DAYJOB, but can't
    promise much, as my workload is already pretty high.

    Cheers

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Antonio Terceiro@21:1/5 to Julian Gilbey on Fri Mar 15 20:20:02 2024
    On Thu, Mar 14, 2024 at 06:20:11AM +0000, Julian Gilbey wrote:
    #1065143 O: mkautodoc -- AutoDoc for MarkDown

    I picked this one up as I have at least one projects at $work that uses
    it.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAmX0nvQACgkQ/A2xu81G C95rng/9E68HxFGb6k05I8ZF3C6+iXqqZvqcGFSSQpCVAhOuRsLY5wZI+24XUl7Y 35U6FJZktA9sRO/gQQh4E0/Eqf0LbHqj59sKAfBZnnslOay/Ugx4p7q2Cn23kVLb lVqxeMa2suh+pfobDFPMRDOt7CptoCdxqIVvUR1WAAcUMsST16POsmCVKzjhofMg CzjjJv5TrfS9f6g3c+S8C9uBzAv0Xx+U00S2xYEk3rubevALZzQx70diswD3FJD9 HWpmLPbQoQDd7YdnUUREe+jHH6UzPnI/gW9wgv/c96lq7ls2sd1PxpcVjD0N2Fu5 p6ceXZC0MBnoFkI2+7pbusUnk8yezJkNsM0QIkD6wYqkQz6DguNvxvrLKhxdpxZt yqEe/1YvwfE4Yc3fF6n4oBZ/PnRSW3lJgKT1DA4BnBcBZ/eIWyDaBrd5CoRryAQE Wrt+JNsgsSvqCFLPwh8u3cob3XH+mvblWdEPLsUgmGs3l79zMkVZ2+AigD7Y36+U AnEt3eRi7tkj+vOzk5WV9QMPR79DmiBXfQthe3VE70XU7B8YA54HyqCLWojrgmtI /cMx2VW+rYwdAl6cms1TV0RdMrn/i80OcUgQpOegBHt/1pFYMWBoVA+3w76FFVOS Il/Yq/qWyq9pXSWuhA3soWuy8uuylZuUXRN3H/gRqKHlXl0dPXE=
    =pdjX
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?utf-8?Q?=C3=89tienne?= Mollier@21:1/5 to All on Sat Mar 16 18:50:01 2024
    Hi,

    Thank you Julian for having taken the time to collate the list
    of orphaned packages.

    Julian Gilbey, on 2024-03-14:
    #1065243 O: colorspacious -- library for doing colorspace conversions

    I adopted colorspacious (it was the first hit still orphaned
    while reading in the alphabetical order). I'll probably pick
    other packages, but I already have too many on my radar. Co-
    uploaders are more than welcome: actually I prefer not being
    alone on packages, in case I break an arm or something.

    In hope this helps,
    --
    .''`. Étienne Mollier <emollier@debian.org>
    : :' : pgp: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da
    `. `' sent from /dev/pts/1, please excuse my verbosity
    `-

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmX12osACgkQeTz2fo8N EdqHmQ//aPNBX10JyQXm8t9TWL/Wjr+UyZnueUKfVJBwaxYIVf7Qye4SWy4T7tmB UVyDIUy+N+SMs/WJ3a7rgpru9YF7592qso+CSIE1l8UCRIETdKsvFsZdkRtUDZgo hbJFdBVU9U3taWlOOuz6M60itR7EsuSZbgOOlwioxTH8j0fqL5tHgqYoznJEP96B 06D0Btx9ChzwthSkbgG++aG5xOadQtB70uOHLtHISpg1MFxzYa+fUKg2FZnxwG6s l+b7QLGlC791qbzM5CHX94b2CUPVufPsfMIRb0xVt6WndQeRHUuuEHJue2iPiCpb nWnPSIOcQvtyeNxLWV0BEbUvpn/d8eEtCnC5mPs0bbvGaDzzH3p/xr+W+zACXElH XJv2UJtVikZFgIb0hwchb4amcZIt+pr1CL7QHnFfTjGJ5kf8EmoxHJ58DiwKfIXQ a3pf1ZkeFJhJS96PrHPew/iNeExs1VCMwydlvrseCclgYSBvo/FZQvSGe+SOFi/E eQzHkIs5KJTS/I0DS/i5CaJHg4n0hp+Y4S1hV1lrTvlYcHn5FaYI9ct+u9TP4Hls g+KBljBx5Gr10dYJnheo8YcRo6sjmwpM9USODX8JBQocOph0EmPd8ncG5B9J4nbw 7zTiq0qp7WSnMq9E3IZ3N1lvvy0NpFUR0X7OQk3mBsjHHdYZnmk=
    =zPBq
    -----END PGP SIG
  • From Andreas Tille@21:1/5 to All on Thu Mar 28 10:30:01 2024
    Hi,

    I'd like to update the list with names if someone has annouced to take
    over. For packages with no takers I checked rdepends and kept their
    Uploaders in CC (please seek for your email in case you do not understand
    why you are in CC).

    Emmanuel Arias in CC due to some private mail mentioning some packages

    Am Thu, Mar 14, 2024 at 06:20:11AM +0000 schrieb Julian Gilbey:
    Removal requested:

    #1066146 RM: flask-basicauth -- ROM; RC buggy, dead upstream, leaf package
    --> removal seems to be sensible in any case

    #1065141 RM: gmplot -- ROM; leaf package
    #1064947 RM: nb2plots -- ROM; leaf package
    #1065200 RM: overpass -- ROM; leaf package
    ==> all by Alexandre Detiste <tchet@debian.org>

    ? #1065199 RM: pprintpp -- ROM; leaf package
    Do we need this package?

    ? #1065045 RM: pyannotate -- ROM; leaf package
    Last upstream release was tagged in Sept 2019
    The code contains some references to lib2to3 which triggers
    DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
    This might be one reason for bug #1058419 since it could spoil the output
    Do we need this package?

    #1065201 RM: python-overpy -- ROM; leaf package
    --> Alexandre Detiste <tchet@debian.org>

    #1065202 RM: python-ppmd -- ROM; leaf package
    #1064946 RM: sphinx-a4doc -- ROM; leaf package
    ==> all by tille@debian.org

    Recently-orphaned packages (removing those in wnpp which have been
    retitled "ITA") sorted alphabetically; these could, of course, be
    brought into team maintenance.

    #1065235 O: basemap -- matplotlib toolkit to plot on map projections
    --> tille@debian.org
    + eamanu@yaerobi.com

    #1065243 O: colorspacious -- library for doing colorspace conversions
    --> emollier@debian.org

    ? #1065151 O: commonmark -- Python parser for the CommonMark Markdown spec
    rdepends: python3-recommonmark (Uploader Jerome Benoit <calculus@rezozer.net>)
    python3-orange-canvas-core (Uploader
    Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
    Roland Mas <lolando@debian.org>)

    ? #1065246 O: contourpy -- Python library for calculating contours of 2D quadrilateral grids
    rdepends: python3-matplotlib
    Taken by alexandre.detiste@gmail.com, debacle@debian.org

    ? #1065248 O: cppy -- C++ headers for (Python) C extension development
    rdepends: kiwisolver (see below, not taken yet)

    #1065139 O: dot2tex -- Graphviz to LaTeX converter
    --> dtorrance@piedmont.edu

    #1065140 O: fastkml -- fast KML processing
    --> tille@debian.org

    #1065142 O: html5lib -- HTML parser/tokenizer based on the WHATWG HTML5 specification
    --> michael@fladi.at

    ? #1065244 O: kiwisolver -- fast implementation of the Cassowary constraint solver
    Build-Dep: geophar (Maintainer: Georges Khaznadar <georgesk@debian.org>)
    turing (Georges Khaznadar <georgesk@debian.org>)
    python3-vispy (debian-science-maintainers@lists.alioth.debian.org
    Ghislain Antony Vaillant <ghisvail@gmail.com>)
    python3-matplotlib (Taken by alexandre.detiste@gmail.com, debacle@debian.org)


    ? #1065238 O: lazy-object-proxy -- Python 3 fast and thorough lazy object proxy
    Build-Dep: astroid (Maintainer: Jonas Smedegaard <dr@jones.dk>)

    ? #1065037 O: m2crypto -- Python wrapper for the OpenSSL library
    rdepends: several (skipping the list of related maintainers
    while hoping this will be picked up)

    #1065325 O: matplotlib -- Python based plotting system
    --> alexandre.detiste@gmail.com
    + debacle@debian.org

    #1065143 O: mkautodoc -- AutoDoc for MarkDown
    --> Antonio Terceiro <terceiro@debian.org>

    #1065042 O: mpl-sphinx-theme -- documentation for the mpl-sphinx-theme Python library
    --> tille@debian.org (rdepends in Debian Med team)
    Updating to latest upstream depends from pydata-sphinx-theme (see at bottom)
    which in turn needs a new dependency which I will not package. Thus help
    is welcome

    #1065220 O: mpmath -- library for arbitrary-precision floating-point arithmetic
    --> dtorrance@piedmont.edu

    ? #1065224 O: mysql-connector-python -- pure Python implementation of MySQL Client/Server protocol
    ??> Emmanuel Arias <eamanu@yaerobi.com> - I did not fully understood
    whether you want to take this.
    In the light of the discussion of bug #923347 I wonder whether we need
    this package. Its not part of any stable release listed at tracker.d.o

    #1065198 O: networkx -- tool to create, manipulate and study complex networks
    --> thomas@goirand.fr (in OpenStack team)
    + roehling@debian.org

    #1065329 O: numpy -- Fast array facility to the Python 3 language
    --> roehling@debian.org
    + ckk@debian.org

    ? #1065221 O: py7zr -- pure Python 7-zip library
    rdepends: recoll (Kartik Mistry <kartik@debian.org>)
    calibre (YOKOTA Hiroshi <yokota.hgml@gmail.com>,
    Martin Pitt <mpitt@debian.org>,
    Nicholas D Steeves <sten@debian.org>)
    Hint: This package is lagging quite behind upstream
    Latest upstream needs https://github.com/miurahr/multivolume
    However:
    This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
    It might make sense to either
    ask py7zr authors whether this will be needed in future releass or
    pick latest py7zr version that does not need multivolume

    ? #1065222 O: pychm -- Python binding for CHMLIB
    rdepends: archmage (Mikhail Gusarov <dottedmag@debian.org>)
    recoll (Kartik Mistry <kartik@debian.org>)
    calibre (YOKOTA Hiroshi <yokota.hgml@gmail.com>,
    Martin Pitt <mpitt@debian.org>,
    Nicholas D Steeves <sten@debian.org>)

    #1065231 O: pydot -- Python interface to Graphviz's dot
    --> thomas@goirand.fr

    #1065152 O: pygeoif -- basic implementation of the __geo_interface__
    --> tille@debian.org

    #1065036 O: pyopenssl -- Python wrapper around the OpenSSL library
    --> Andrey Rakhmatullin <wrar@debian.org>

    ? #1065149 O: pyproject-metadata -- Dataclass for PEP 621 metadata with support for [core metadata] generation
    rdepends: python3-mesonpy (Simon McVittie <smcv@debian.org>)
    python3-pdm-backend (Boyuan Yang <byang@debian.org>)

    #1065223 O: pysimplesoap -- simple and lightweight SOAP Library
    --> roehling@debian.org
    + jelmer@jelmer.uk

    #1064977 O: python-cryptography-vectors -- Test vectors for python-cryptography
    --> Emmanuel Arias <eamanu@yaerobi.com>

    #1065327 O: python-levenshtein -- extension for computing string similarities and edit distances
    --> jelmer@jelmer.uk
    + julian@d-and-j.net

    ? #1065025 O: sphinx-book-theme -- clean book theme for scientific explanations and documentation with Sphinx
    ? #1065026 O: sphinx-bootstrap-theme -- bootstrap theme for Sphinx
    ? #1065030 O: sphinxcontrib-log-cabinet -- Organize changelog directives in Sphinx docs
    ? #1065027 O: sphinx-copybutton -- sphinx extension to add a "copy" button to code blocks
    ? #1065028 O: sphinx-gallery -- extension that builds an HTML gallery of examples from Python scripts
    ? #1065029 O: sphinx-panels -- documentation for the sphinx-panels Python library
    ? #1065043 O: sphinxtesters -- utilities for testing Sphinx extensions
    I have not checked the sphinx-* packages

    #1064948 O: texext -- sphinx extensions for working with LaTeX math
    --> tille@debia.org

    There's also an old ITP that was closed:

    #1015231 ITP: sphinx-theme-builder -- tool for authoring Sphinx themes with a simple (opinionated) workflow

    No idea whether we should care if there is no dependency from other
    packages which I did not checked.

    Missing in Julians list (possibly because taken before list was created)

    #1065229 O: python-pygraphviz -- Python interface to the Graphviz graph layout and visualization package (doc)
    --> alexandre.detiste@gmail.com

    pydata-sphinx-theme
    No actual orphan bug for pydata-sphinx-theme but it also has no Uploader
    and contains the usual pattern in d/changelog. It should be updated for
    mpl-sphinx-theme but latest upstream needs a new dependency. See Salsa CI
    https://salsa.debian.org/python-team/packages/pydata-sphinx-theme/-/pipelines/658082


    General remark: I'd prefer if we would at least have to packages per maintainer. If you find my name in any Uploaders field and you are
    interested in this package (no matter whether it is in this list or not)
    please simply add your name and move on with doing on that package what
    you feel necessary to do. If something might break we can fix it later.

    Kind regards
    Andreas.

    --
    https://fam-tille.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Timo =?utf-8?Q?R=C3=B6hling?=@21:1/5 to All on Fri Mar 29 21:20:01 2024
    Hi Thomas,

    * Thomas Goirand <zigo@debian.org> [2024-03-17 23:09]:
    Anyone is welcome to join, it's just that I'm using git tag
    workflow, so it doesn't fit in the DPT, but that's the only thing.
    I am not familiar with that workflow and could not find any
    documentation. Can you give me a quick overview what I should do
    differently from the "regular" DPT workflow?

    Cheers
    Timo


    --
    ⢀⣴⠾⠻⢶⣦⠀ ╭────────────────────────────────────────────────────╮
    ⣾⠁⢠⠒⠀⣿⡁ │ Timo Röhling │
    ⢿⡄⠘⠷⠚⠋⠀ │ 9B03 EBB9 8300 DF97 C2B1 23BF CC8C 6BDD 1403 F4CA │
    ⠈⠳⣄⠀⠀⠀⠀ ╰────────────────────────────────────────────────────╯

    -----BEGIN PGP SIGNATURE-----

    iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmYHIg8ACgkQ+C8H+466 LVldlAwAn7hb/DOn3D6ukR8d7zFWPaaZQPalDzFPlhoZeYu5neB8tG5lTSso+0EJ 5phunRRsjKPO3JNtj04vnbSsApbONIGYH6RBBqLHU23gvaSvRop1IyfwyYzQG6y7 MSHouJx1WleVb9Kh5Ey0aLCTkE/sCQwIOLpVKss8zZU6bbyaOTWoVAzpukrxY4fg M69hWR5uDNEc283/zQG+UMK652wvsCzTaaJA99/GqzHNEHauSK5sfxoR49e+6Eg5 u27XTiesc/hh/gfQ1OWGIMZbABEz/dQ6OiJKZKttLRKI/aws+6LytTyOguEZpZCP 5lAtoKzBZ9VgmS0dcnXcXlLX3fiEO6RIdUoRvkiNGhH
  • From Julian Gilbey@21:1/5 to Thomas Goirand on Sun Mar 31 13:40:01 2024
    On Sat, Mar 30, 2024 at 10:21:06PM +0100, Thomas Goirand wrote:
    [...]
    [0]: https://wiki.debian.org/Python/GitPackaging#Creating_a_new_package [1]: https://wiki.debian.org/Python/GitPackaging#New_upstream_release
    I would not do this way, but use gbp import-orig instead. I'm not sure why the wiki recommends, IMO wrongly, to do things by hand. Indeed, all of this:

    It turns out that doing pristine-tar by hand often gives different
    results, as I discovered: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065445

    So I don't know what best to recommend, personally. Anyway, once this
    bug is fixed, definitely using gbp import-orig is the way to go (and
    probably even before it is).

    Best wishes,

    Julian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From thomas@goirand.fr@21:1/5 to All on Sun Mar 31 14:20:02 2024
    VGhlIGJ1ZyBpcyBhYm91dCB0aGUgLS1wcmlzdGluZS10YXIgb3B0aW9uIG9mIGJncC4uLiAKCgpT ZW50IGZyb20gV29ya3NwYWNlIE9ORSBCb3hlciAKCgpPbiBNYXIgMzEsIDIwMjQgMTo1OCBQTSwg SnVsaWFuIEdpbGJleSA8anVsaWFuQGQtYW5kLWoubmV0PiB3cm90ZToKCk9uIFNhdCwgTWFyIDMw LCAyMDI0IGF0IDEwOjIxOjA2UE0gKzAxMDAsIFRob21hcyBHb2lyYW5kIHdyb3RlOiAKPiBbLi4u XSAKPiA+IFswXTogaHR0cHM6Ly93aWtpLmRlYmlhbi5vcmcvUHl0aG9uL0dpdFBhY2thZ2luZyND cmVhdGluZ19hX25ld19wYWNrYWdlIAo+ID4gWzFdOiBodHRwczovL3dpa2kuZGViaWFuLm9yZy9Q eXRob24vR2l0UGFja2FnaW5nI05ld191cHN0cmVhbV9yZWxlYXNlIAo+IEkgd291bGQgbm90IGRv IHRoaXMgd2F5LCBidXQgdXNlIGdicCBpbXBvcnQtb3JpZyBpbnN0ZWFkLiBJJ20gbm90IHN1cmUg d2h5IAo+IHRoZSB3aWtpIHJlY29tbWVuZHMsIElNTyB3cm9uZ2x5LCB0byBkbyB0aGluZ3MgYnkg aGFuZC4gSW5kZWVkLCBhbGwgb2YgdGhpczogCgpJdCB0dXJucyBvdXQgdGhhdCBkb2luZyBwcmlz dGluZS10YXIgYnkgaGFuZCBvZnRlbiBnaXZlcyBkaWZmZXJlbnQgCnJlc3VsdHMsIGFzIEkgZGlz Y292ZXJlZDogCmh0dHBzOi8vYnVncy5kZWJpYW4ub3JnL2NnaS1iaW4vYnVncmVwb3J0LmNnaT9i dWc9MTA2NTQ0NSAKClNvIEkgZG9uJ3Qga25vdyB3aGF0IGJlc3QgdG8gcmVjb21tZW5kLCBwZXJz b25hbGx5LiAgQW55d2F5LCBvbmNlIHRoaXMgCmJ1ZyBpcyBmaXhlZCwgZGVmaW5pdGVseSB1c2lu ZyBnYnAgaW1wb3J0LW9yaWcgaXMgdGhlIHdheSB0byBnbyAoYW5kIApwcm9iYWJseSBldmVuIGJl Zm9yZSBpdCBpcykuIAoKQmVzdCB3aXNoZXMsIAoKICAgSnVsaWFuIAoK PGh0bWw+CiA8aGVhZD48L2hlYWQ+CiA8Ym9keT4KICA8ZGl2IGRpcj0ibHRyIj4KICAgVGhlIGJ1 ZyBpcyBhYm91dCB0aGUgLS1wcmlzdGluZS10YXIgb3B0aW9uIG9mIGJncC4uLgogIDwvZGl2Pjxi cj4KICA8ZGl2IGRpcj0ibHRyIj4KICAgU2VudCBmcm9tIFdvcmtzcGFjZSBPTkUgQm94ZXIKICA8 L2Rpdj48YnI+CiAgPGRpdiBjbGFzcz0iYngtaHRtbCI+CiAgIDxkaXYgY2xhc3M9ImJ4LWJvZHki PgogICAgPGRpdiBjbGFzcz0icXVvdGUiPgogICAgIE9uIE1hciAzMSwgMjAyNCAxOjU4IFBNLCBK dWxpYW4gR2lsYmV5ICZsdDtqdWxpYW5AZC1hbmQtai5uZXQmZ3Q7IHdyb3RlOjxiciB0eXBlPSJh dHRyaWJ1dGlvbiI+CiAgICAgPGJsb2NrcXVvdGUgY2xhc3M9InF1b3RlIiBzdHlsZT0ibWFyZ2lu OjAgMCAwIC44ZXg7Ym9yZGVyLWxlZnQ6MXB4ICNjY2Mgc29saWQ7cGFkZGluZy1sZWZ0OjFleCI+ CiAgICAgIDxwIGRpcj0ibHRyIj5PbiBTYXQsIE1hciAzMCwgMjAyNCBhdCAxMDoyMTowNlBNICsw MTAwLCBUaG9tYXMgR29pcmFuZCB3cm90ZTogPGJyPgogICAgICAgICZndDsgWy4uLl0gPGJyPgog ICAgICAgICZndDsgJmd0OyBbMF06IGh0dHBzOi8vd2lraS5kZWJpYW4ub3JnL1B5dGhvbi9HaXRQ YWNrYWdpbmcjQ3JlYXRpbmdfYV9uZXdfcGFja2FnZSA8YnI+CiAgICAgICAgJmd0OyAmZ3Q7IFsx XTogaHR0cHM6Ly93aWtpLmRlYmlhbi5vcmcvUHl0aG9uL0dpdFBhY2thZ2luZyNOZXdfdXBzdHJl YW1fcmVsZWFzZSA8YnI+CiAgICAgICAgJmd0OyBJIHdvdWxkIG5vdCBkbyB0aGlzIHdheSwgYnV0 IHVzZSBnYnAgaW1wb3J0LW9yaWcgaW5zdGVhZC4gSSdtIG5vdCBzdXJlIHdoeSA8YnI+CiAgICAg ICAgJmd0OyB0aGUgd2lraSByZWNvbW1lbmRzLCBJTU8gd3JvbmdseSwgdG8gZG8gdGhpbmdzIGJ5 IGhhbmQuIEluZGVlZCwgYWxsIG9mIHRoaXM6IDxicj48YnI+CiAgICAgICAgSXQgdHVybnMgb3V0 IHRoYXQgZG9pbmcgcHJpc3RpbmUtdGFyIGJ5IGhhbmQgb2Z0ZW4gZ2l2ZXMgZGlmZmVyZW50IDxi cj4KICAgICAgICByZXN1bHRzLCBhcyBJIGRpc2NvdmVyZWQ6IDxicj4KICAgICAgICBodHRwczov L2J1Z3MuZGViaWFuLm9yZy9jZ2ktYmluL2J1Z3JlcG9ydC5jZ2k/YnVnPTEwNjU0NDUgPGJyPjxi cj4KICAgICAgICBTbyBJIGRvbid0IGtub3cgd2hhdCBiZXN0IHRvIHJlY29tbWVuZCwgcGVyc29u YWxseS4mbmJzcDsgQW55d2F5LCBvbmNlIHRoaXMgPGJyPgogICAgICAgIGJ1ZyBpcyBmaXhlZCwg ZGVmaW5pdGVseSB1c2luZyBnYnAgaW1wb3J0LW9yaWcgaXMgdGhlIHdheSB0byBnbyAoYW5kIDxi cj4KICAgICAgICBwcm9iYWJseSBldmVuIGJlZm9yZSBpdCBpcykuIDxicj48YnI+CiAgICAgICAg QmVzdCB3aXNoZXMsIDxicj48YnI+CiAgICAgICAgJm5ic3A7Jm5ic3A7IEp1bGlhbiA8YnI+PC9w PgogICAgIDwvYmxvY2txdW90ZT4KICAgIDwvZGl2PgogICA8L2Rpdj4KICA8L2Rpdj4KIDwvYm9k eT4KPC9odG1sPg==

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Julian Gilbey@21:1/5 to thomas@goirand.fr on Sun Mar 31 15:20:01 2024
    On Sun, Mar 31, 2024 at 02:16:39PM +0200, thomas@goirand.fr wrote:
    The bug is about the --pristine-tar option of bgp...
    It turns out that doing pristine-tar by hand often gives different
    results, as I discovered:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065445

    Yes, indeed; the original poster was talking about using pristine-tar
    by hand rather than using the --pristine-tar option of gbp.

    Best wishes,

    Julian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)