[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#970146: marked as done (ITA: python-public -- @public decorator for adding names to __all__)



Your message dated Mon, 09 Oct 2023 18:00:26 +0000
with message-id <E1qpuYM-006cGx-V1@fasolo.debian.org>
and subject line Bug#970146: fixed in python-public 4.0-1
has caused the Debian Bug report #970146,
regarding ITA: python-public -- @public decorator for adding names to __all__
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
970146: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970146
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp

The current maintainer of python-public, Barry Warsaw <barry@debian.org>,
has retired.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: python-public
Binary: python3-public
Version: 0.5-1
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper (>= 9), dh-python, python3-sphinx, python3-all, python3-pkg-resources, python3-setuptools
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 63c0115ec2c9249892f2e92d18e2831c 2107 python-public_0.5-1.dsc
 7ada20af0339739b3480a9544aa3411a 13483 python-public_0.5.orig.tar.gz
 4abe2c541587f093f6cbe9e9d4eb11d8 210700 python-public_0.5-1.debian.tar.xz
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-public.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-public.git
Checksums-Sha256:
 ea889d83406ca745958b29c467a47ae15dc2d2129d7145b78a3b432a35a4c2f9 2107 python-public_0.5-1.dsc
 40a20d59bd64320888e81c21b43bd04d2187175f007bf6562c986f2830ac284a 13483 python-public_0.5.orig.tar.gz
 4d59c2fea89f5834cc2568497e6b13990f9bf295098c5d23acd44c2df6576bdc 210700 python-public_0.5-1.debian.tar.xz
Homepage: http://public.readthedocs.io/en/latest/
Package-List: 
 python3-public deb python optional arch=all
Testsuite: autopkgtest
Directory: pool/main/p/python-public
Priority: optional
Section: misc

Package: python3-public
Source: python-public
Version: 0.5-1
Installed-Size: 129
Maintainer: Barry Warsaw <barry@debian.org>
Architecture: all
Depends: python3:any (>= 3.4~)
Suggests: python-public-doc
Description-en: @public decorator for adding names to __all__
 Never add an explicit __all__ to your modules again!
Description-md5: 04e2197f11f5676bac14832f87ad2355
Homepage: http://public.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/python-public/python3-public_0.5-1_all.deb
Size: 24144
MD5sum: 86bc3e33e79187945d298caa336cdc84
SHA256: 30ac2cb2080c884da2255d5cd83976dc08d0de6fe59f7a261dd7a7a52b88fcf0


-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: python-public
Source-Version: 4.0-1
Done: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>

We believe that the bug you reported is fixed in the latest version of
python-public, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 970146@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> (supplier of updated python-public package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 01 Oct 2023 22:58:30 -0300
Source: python-public
Binary: python-public-doc python3-public
Architecture: source all
Version: 4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Changed-By: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Description:
 python-public-doc - @public decorator for adding names to _all_(common documentation)
 python3-public - @public decorator for adding names to __all__
Closes: 970146
Changes:
 python-public (4.0-1) unstable; urgency=medium
 .
   * New upstream version 4.0 (closes: #970146)
   * d/clean: Removed build artifacts pack
   * d/docs: Removed file
   * d/control:
      - Added pybuild-plugin-pyproject and python3-pdm-backend to Build-Depends
      - Added python-public-doc binary package
      - Bumped Standards-Version to 4.6.2
      - Maintainer is now Debian Python Team and added myself to Uploaders
      - Reformatted the code with wrap-and-sort -ast
      - Removed python3-setuptools from Build-Depends field
      - Removed unnecessary subroutine for "all" architecture
      - Updated long description
      - Updated Homepage field to the new location (gitlab.com)
   * d/patches:
      - Added 001.fixed-module-path-and-version.patch fix module path and version
      - Removed 0001-Add-support-for-new-Sybil.patch, fixed in new version
   * d/python-public-doc*: Added file to build documentation sphinx
   * d/README.source: Reported of the particularities of the packages
   * d/rules:
      - Adjusted for building the sphinx documentation
      - Disabled tests for now as they are crashing in build
   * d/upstream/signing-key.asc: Drop, upstream releases are not signed anymore
   * d/watch:
      - Updated watchfile to use gitlab.com
      - Updated to version 4
      - Removed pgpsigurlmangle option in watch file
Checksums-Sha1:
 9e7b73a938d4caa180c0794e2bc4d904a1c22b95 2364 python-public_4.0-1.dsc
 785800411d84013a30619940568257ab25e90456 49629 python-public_4.0.orig.tar.gz
 e71a5c839c2229f48d08717d86609bb069a22fdd 5132 python-public_4.0-1.debian.tar.xz
 585ecc56299c4d403eb6e7e9f6a5b301747226bf 39700 python-public-doc_4.0-1_all.deb
 0099b0d88da6907d9d537ff7772a4e3fee0a4e25 9367 python-public_4.0-1_amd64.buildinfo
 b528b80c9ada7abde042a197183460ed1f0bfb1f 6784 python3-public_4.0-1_all.deb
Checksums-Sha256:
 0e719c928af92e1e7b199a56dfb8d80159de329d5b7195ac3c256bf085f48068 2364 python-public_4.0-1.dsc
 7bb8b62ba9106569f475366b12f41d4f1d20575e3ae0daa530d474219f18e2ea 49629 python-public_4.0.orig.tar.gz
 7148d23f4e9049ea2dd1c3b923af0a246fd010d83a343736cd4431bb91d4ee27 5132 python-public_4.0-1.debian.tar.xz
 ae14233c3afe87b9e4335515ab1e9f327a9112f66ea738f0404f9d92141903ae 39700 python-public-doc_4.0-1_all.deb
 055adf7ace302194d7c0cfeeb9ccb451b2a080515a017c884aedc508ac496523 9367 python-public_4.0-1_amd64.buildinfo
 75c3d76e83fa58ceeaf4f2b6cf94ce2b2e9d4c7d92667479b0a80d37b45aeaf2 6784 python3-public_4.0-1_all.deb
Files:
 55ed21679a1dd6156b5e476e01cdb603 2364 python optional python-public_4.0-1.dsc
 df25803f4828541808a1ec0cb91559d2 49629 python optional python-public_4.0.orig.tar.gz
 ae01cf6fb14fb560fc70dd8b4342e830 5132 python optional python-public_4.0-1.debian.tar.xz
 07d3b219d7b24e95b85bc02085b7bbb9 39700 doc optional python-public-doc_4.0-1_all.deb
 4b8ad0afec675ae56f09fd778b4836b8 9367 python optional python-public_4.0-1_amd64.buildinfo
 b5f5b53f27af49ac7aef3dc69929c7de 6784 python optional python3-public_4.0-1_all.deb

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

iQJGBAEBCgAwFiEEG4z2Vu87hEcvSPDngvv3BgsvfQAFAmUkCmYSHHZpbG1hckBk
ZWJpYW4ub3JnAAoJEIL79wYLL30AxDQQAKA+OtoVLstwVcoq6kKuITohdrrRU1MV
bXh/sZO7wAFGqKgtppHDwbsVAaB6AdJT+oOe9LVWYgmqc8OsRN6sGfRgSC1Jdpji
TBqPo5oxppQTYah09QJ39ZB/WFH6nAXS/p46qf84u7xjXE8US5IyJX/YXcZ4nAI7
61Q6uWvTHvKONwIKO3g4vGHylsE/kvxNNW0yZ5edMUiFH2unCl/SAmyRtNt6Dy5k
+b/5ELZlz7c3rhC6Lb8H45lip5n2RVzjB6kiBAkxx3O/YsCZE+hU6jZPiE5iEq31
g+5oF9FK+rFMPzwROl3WL2T5b2eJXOTc2w5YOZifgIAVCAMgk1VoXlowR26tmhCT
7jhK2x/O/XyPZCaIfsz54l/cPquyw9ZnutsWSAHUkdy9Tm5/BeJ2YjSXvdP/uveR
IUISpGCX27gPPT383U8bbMoXYs2Um7Bbj2ktpqXECh1474CZB8EQglC744dRlCIt
qdODJM8EF2pT4dZotHipWt+OHbD3KEYM2k0zAFXkIYCeTG+8+qLAEC9+B+Fr/J/4
36UPWvMS4PKHSInLbJJwYieRPotqx9wEbirmIo1A88m1SXeGMGg8Kc1eNCkzma/H
wsN86fs3o6FLYrika6aQEGi6KbU9uSlbnhjl6yfV3oEUzo9rDWLlsgWjC0Rd53Gj
mJabQO/yYISE
=/5l1
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: