Bug#1023736: ITP: dotdrop -- Save your dotfiles once deploy them everywhere
Package: wnpp Severity: wishlist Owner: Guilherme de Paula Xavier Segundo X-Debbugs-Cc: debian-de...@lists.debian.org,, guilherme@gmail.com * Package name: dotdrop Version : 1.11.0 Upstream Author : deadc0de6 * URL : https://github.com/deadc0de6/dotdrop * License : GPL-3 Programming Lang: Python Description : Save your dotfiles once deploy them everywhere Makes the management of dotfiles between different hosts easy. It allows you to store your dotfiles in Git and automagically deploy different versions of the same file on different setups. It also allows to manage different sets of dotfiles. For example, you can have a set of dotfiles for your home laptop and a different set for your office desktop. Those sets may overlap, and different versions of the same dotfiles can be deployed using different predefined profiles. Or you may have a main set of dotfiles for your everyday host and a subset you only need to deploy to temporary hosts (cloud VM etc.) that may be using a slightly different version of some of the dotfiles. Features: Sync once every dotfile in Git for different usages Allow dotfile templating Dynamically generated dotfile contents with pre-defined variables Comparison between deployed and stored dotfiles Handling multiple profiles with different sets of dotfiles Easily import and update dotfiles Handle files and directories Support symlinking of dotfiles Associate actions to the deployment of specific dotfiles Associate transformations for storing encrypted/compressed dotfiles Provide solutions for handling dotfiles containing sensitive information
Processed: owner 992745
Processing commands for cont...@bugs.debian.org: > # talked to edward on IRC and he is not pursuing the packaging anymore > owner 992745 ! Bug #992745 [wnpp] ITP: sphinx-inline-tabs -- Add inline tabbed content to your Sphinx documentation Bug #1019272 [wnpp] ITP: sphinx-inline-tabs -- Add inline tabbed content to your Sphinx documentation Owner changed from Edward Betts to James McCoy . Owner changed from Edward Betts to James McCoy . > thanks Stopping processing here. Please contact me if you need assistance. -- 1019272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019272 992745: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992745 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#1023749: RFP: snac2 -- simple, minimalistic ActivityPub instance
Package: wnpp Severity: wishlist * Package name: snac2 Version : 2.0.9 Upstream Author : https://codeberg.org/grunfink * URL : https://codeberg.org/grunfink/snac2/ * License : MIT Programming Lang: C Description : simple, minimalistic ActivityPub instance This program runs as a daemon (proxied by a TLS-enabled real httpd server) and provides the basic services for a Fediverse / ActivityPub instance (sharing messages and stuff from/to other systems like Mastodon, Pleroma, Friendica, etc.). Features: * Lightweight, minimal dependencies * Extensive support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages... * Simple but effective web interface * Easily-accessed MUTE button to silence morons * Tested interoperability with similar software * No database needed * Not much bullshit There is currently no actual Mastodon/ActivityPub *server* in Debian. There's an effort to package the reference Mastodon server in #859741 but that seems stuck in Ruby dependency hell right now, and is likely to prove difficult to maintain in the long term unless upstream calms down a bit... and that's unlikely to happen given that Musk has basically took over Twitter and ran it to the ground as fast as he could. But I digress. snac2 is a much simpler implementation. It's written in C, which might not be everyone's favorite language right now, but it's something that could be *much* easier to package than Ruby or Rust, or whaver is that other implementation you're currently thinking of right now. So maybe this would be a good and easier way to server our users, thirsty for some federation action. https://sr.ht/~tsileo/microblog.pub is another option, but even smaller: it's a single user server.
Bug#783086: marked as done (RFP: python-oauth2 -- framework to provide authentication via OAuth 2.0 within an application stack)
Your message dated Wed, 9 Nov 2022 18:47:16 +0100 with message-id <02f90eae-6262-190e-f281-51e4cfd39...@debian.org> and subject line Re: Project archived has caused the Debian Bug report #783086, regarding RFP: python-oauth2 -- framework to provide authentication via OAuth 2.0 within an application stack 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 ow...@bugs.debian.org immediately.) -- 783086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783086 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist * Package name: python-oauth2 Version : v0.7.0 Upstream Author : Markus Meyer * URL : https://github.com/wndhydrnt/python-oauth2 * License : MIT Programming Lang: Python Description : framework to provide authentication via OAuth 2.0 within an application stack python-oauth2 is a framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack. Note 1: Still in beta, should probably go to experimental first. Note 2: Maybe the package should be called python-oauth3, because there used to be python-oauth2 in Debian, which supported OAuth 1 only. Strange off-by-one. --- End Message --- --- Begin Message --- Please do not package obsolete software.--- End Message ---
Bug#1022911: marked as done (ITP: python-html-text -- extract text from HTML)
Your message dated Wed, 09 Nov 2022 19:00:12 + with message-id and subject line Bug#1022911: fixed in html-text 0.5.2-1 has caused the Debian Bug report #1022911, regarding ITP: python-html-text -- extract text from HTML 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 ow...@bugs.debian.org immediately.) -- 1022911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022911 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Christian Marillat X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: python-html-text Version : 0.5.2 Upstream Author : Scrapinghub Inc * URL : https://github.com/TeamHG-Memex/html-text * License : MIT Programming Lang: Python Description : extract text from HTML How is html_text different from .xpath('//text()') from LXML or .get_text() from Beautiful Soup? Text extracted with html_text does not contain inline styles, javascript, comments and other text that is not normally visible to users; html_text normalizes whitespace, but in a way smarter than .xpath('normalize-space()), adding spaces around inline elements (which are often used as block elements in html markup), and trying to avoid adding extra spaces for punctuation; html-text can add newlines (e.g. after headers or paragraphs), so that the output text looks more like how it is rendered in browsers. This package is a dependency for python-extruct --- End Message --- --- Begin Message --- Source: html-text Source-Version: 0.5.2-1 Done: Christian Marillat We believe that the bug you reported is fixed in the latest version of html-text, 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 1022...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christian Marillat (supplier of updated html-text 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 28 Oct 2022 15:44:25 +0200 Source: html-text Binary: python3-html-text Architecture: source all Version: 0.5.2-1 Distribution: unstable Urgency: medium Maintainer: Christian Marillat Changed-By: Christian Marillat Description: python3-html-text - extract text from HTML. Closes: 1022911 Changes: html-text (0.5.2-1) unstable; urgency=medium . * Initial release (Closes: #1022911) Checksums-Sha1: a7c81ac78d79f57beafcf090fdf6073ba5cb8e66 1801 html-text_0.5.2-1.dsc f07c63a3d7224333e259101ddc42c27286189c9f 52358 html-text_0.5.2.orig.tar.gz f05a32526908b61f9c12a98a621a641c5389f174 6920 html-text_0.5.2-1.debian.tar.xz 05cae8d5c41c0bd8fc61cf1c37a234c2083ef0b8 6539 html-text_0.5.2-1_amd64.buildinfo 879a49b963707ea2dac2e9de24b64072de0fd4db 9140 python3-html-text_0.5.2-1_all.deb Checksums-Sha256: 631aabf4415d0925866cf47b5d1456278ba36b7c9857145cddb3f86b5fac9261 1801 html-text_0.5.2-1.dsc c75a1da10d649f55162446de57f98374059a998071110a343815841286a442f9 52358 html-text_0.5.2.orig.tar.gz 38365806d89e7b9aebf4b107fbe869b96d18cae9cdcf441ac2cb78f3ed410d44 6920 html-text_0.5.2-1.debian.tar.xz 88f2cf622efb69e48c732d7a0a10410f9431ce40455e96686763534f9f1196bc 6539 html-text_0.5.2-1_amd64.buildinfo b7c61e65733ae95cf0d6bef327b50421dd206dfd9a87d5f067797b0e39dc7a59 9140 python3-html-text_0.5.2-1_all.deb Files: d8a29ee0e4bacc88acb275bf14b6eb9e 1801 python optional html-text_0.5.2-1.dsc 436f4bd516972dd6e70d65efcdb4d2b9 52358 python optional html-text_0.5.2.orig.tar.gz e1338749ba306cacb4a1d8c1d612e7c9 6920 python optional html-text_0.5.2-1.debian.tar.xz 4979dd65636016d7bd6ab9d7cf996a3f 6539 python optional html-text_0.5.2-1_amd64.buildinfo e374259a3127c1e1c761ada6e4254aed 9140 python optional python3-html-text_0.5.2-1_all.deb -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEEpAH/mTaPofmBUt51XICMK2VVgRcFAmNkHhEACgkQXICMK2VV gRexhQ//dIEWTPWaboF8uC/RA6DnxjiX8CryLFxo9Lib+XnRvwfq4rKfX1blSdtp UU3WHg1H8eP23oR/tGlZqz0g3k6RTUAJDdZzbDPCVickylVzb8Hjw3dPeTSzhFYD b2WmcHmnuEyb2eWAEM7mvu+RGeWZF2g0lWRTc64D+GPur33wwKldsiVHr0u8fBR4 z5PaZigP5zkcqTSjyxQ8EJ3kfHtyVXSZRQMkMhgbUPMTHllABJ7NALivcj54WEVo zPrMrfgmsWuPQ0zbsubizzQ1TDufPQ0WxqHhtQ+k10ylRkK+WEbGJF0wpRVOe7WW NSrIhf7CqIGjnf5CHPHJWtRvcUTM7Uq2P8f9Rd4koD7+8HkAyyQ0
Bug#1023415: marked as done (ITP: aws-checksums -- fast, cross-platform CRC32c/CRC32 implementations)
Your message dated Wed, 09 Nov 2022 19:00:11 + with message-id and subject line Bug#1023415: fixed in aws-checksums 0.1.13-1 has caused the Debian Bug report #1023415, regarding ITP: aws-checksums -- fast, cross-platform CRC32c/CRC32 implementations 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 ow...@bugs.debian.org immediately.) -- 1023415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023415 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Noah Meyerhans X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: aws-checksums Version : 0.1.13 Upstream Author : Amazon Web Services * URL : https://github.com/awslabs/aws-checksums * License : Apache 2.0 Programming Lang: C Description : fast, cross-platform CRC32c/CRC32 implementations Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations. C interface with language bindings for each of our SDKs This package will be maintained by the cloud team. Packaging is initially being driven by awscli v2 dependencies. --- End Message --- --- Begin Message --- Source: aws-checksums Source-Version: 0.1.13-1 Done: Noah Meyerhans We believe that the bug you reported is fixed in the latest version of aws-checksums, 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 1023...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Noah Meyerhans (supplier of updated aws-checksums 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 29 Oct 2022 14:43:30 -0700 Source: aws-checksums Binary: libaws-checksums-dev libaws-checksums1.0.0 libaws-checksums1.0.0-dbgsym Architecture: source amd64 Version: 0.1.13-1 Distribution: unstable Urgency: medium Maintainer: Debian Cloud Team Changed-By: Noah Meyerhans Description: libaws-checksums-dev - fast, cross-platform CRC32c/CRC32 implementations libaws-checksums1.0.0 - fast, cross-platform CRC32c/CRC32 implementations Closes: 1023415 Changes: aws-checksums (0.1.13-1) unstable; urgency=medium . * Initial release. (Closes: #1023415) Checksums-Sha1: d52545ca33544a7a6ea3f59fe106a6c8a06cf23c 2192 aws-checksums_0.1.13-1.dsc ec4bfb9eba444eef55fe40c52889299b5d114085 70291 aws-checksums_0.1.13.orig.tar.gz 28ac78fc46a3a0ebe34e914d276a29b14d493354 2116 aws-checksums_0.1.13-1.debian.tar.xz 5d3755d53ad95bd114e820e6714904f73bdb0b00 7330 aws-checksums_0.1.13-1_amd64.buildinfo 0762c5b2bc0eaa642082ad0966646d8552732995 4692 libaws-checksums-dev_0.1.13-1_amd64.deb fcc0ec021d8fae09ca9e2ccf2bd0a177ba514f91 11016 libaws-checksums1.0.0-dbgsym_0.1.13-1_amd64.deb 44f89e56057105ab9da7f956fd14edc4ab94b8b2 38260 libaws-checksums1.0.0_0.1.13-1_amd64.deb Checksums-Sha256: ce223cfde6a2f2a4e2bdfa242746c531adede24f773e7612cac189c3c7832845 2192 aws-checksums_0.1.13-1.dsc 0f897686f1963253c5069a0e495b85c31635ba146cd3ac38cc2ea31eaf54694d 70291 aws-checksums_0.1.13.orig.tar.gz 23dec0c5d01c984fd85da332cd93542c10c0f986111f8bea3b850b2eb2cbf1f6 2116 aws-checksums_0.1.13-1.debian.tar.xz b342aedfb1c73151488f77711353e4da7cd1046d0745a3d56167d48429ab0527 7330 aws-checksums_0.1.13-1_amd64.buildinfo fa8117183b7a3b968d11bd6b4e087fb78eff36328e3feadc1fba0cf4abed80f9 4692 libaws-checksums-dev_0.1.13-1_amd64.deb b104bfd22cc7056806fdb66fd101cee8ffcfe6f00745ad1599c752eecb43859d 11016 libaws-checksums1.0.0-dbgsym_0.1.13-1_amd64.deb 14b3c39c7e829e213d9f6efe5ca9121990af7f9a704d96baffa3c33f6b351be9 38260 libaws-checksums1.0.0_0.1.13-1_amd64.deb Files: 7eb7271282907873aa01de52ad4850df 2192 libdevel optional aws-checksums_0.1.13-1.dsc 82f4518581f98eb5f014fc63ac3cb125 70291 libdevel optional aws-checksums_0.1.13.orig.tar.gz f570bbd3b59f8fa0b4149dd299c1f446 2116 libdevel optional aws-checksums_0.1.13-1.debian.tar.xz 4f2e1d9e483549c4e86d66e63c1c4992 7330 libdevel optional aws-checksums_0.1.13-1_amd64.buildinfo 2e9ac76f01f57a6d37ab55ce412591a9 4692 libdevel optional libaws-checksums-dev_0.1.13-1_amd64.deb db9d8845c41985845aaf638bc90ee075 11016 debug optional libaws-checksums1.0.0-dbgsym_0.1.13-1_amd64.deb 768f5d5915630a9f60c45c371089b300 38260 libs o
Bug#1023402: marked as done (ITP: python-prefixed -- alternative implementation of the Python3 built-in float)
Your message dated Wed, 09 Nov 2022 19:00:13 + with message-id and subject line Bug#1023402: fixed in python-prefixed 0.4.1-1 has caused the Debian Bug report #1023402, regarding ITP: python-prefixed -- alternative implementation of the Python3 built-in float 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 ow...@bugs.debian.org immediately.) -- 1023402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023402 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Subject: ITP: python-prefixed -- alternative implementation of the Python3 built-in float Package: wnpp Owner: Andreas Tille Severity: wishlist * Package name: python-prefixed Version : 0.4.1 Upstream Author : Avram Lubkin * URL : https://github.com/Rockhopper-Technologies/prefixed * License : MPL-2.0 Programming Lang: Python Description : alternative implementation of the Python3 built-in float Prefixed provides an alternative implementation of the built-in float which supports formatted output with SI (decimal) and IEC (binary) prefixes. Remark: This package is maintained by Debian Med Packaging Team at https://salsa.debian.org/med-team/python-prefixed --- End Message --- --- Begin Message --- Source: python-prefixed Source-Version: 0.4.1-1 Done: Andreas Tille We believe that the bug you reported is fixed in the latest version of python-prefixed, 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 1023...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Tille (supplier of updated python-prefixed 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Nov 2022 17:40:47 +0100 Source: python-prefixed Binary: python3-prefixed Architecture: source all Version: 0.4.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team Changed-By: Andreas Tille Description: python3-prefixed - alternative implementation of the Python3 built-in float Closes: 1023402 Changes: python-prefixed (0.4.1-1) unstable; urgency=medium . * Initial release (Closes: #1023402) Checksums-Sha1: b8f01ebc6cbcde6c65527eb7b4462e1ab2a44a30 2072 python-prefixed_0.4.1-1.dsc 328131d11e346ed05170d27955e5a307dd7859a5 21695 python-prefixed_0.4.1.orig.tar.gz 33e485561efc7837e8480f3a2216f6422bc7c4db 1468 python-prefixed_0.4.1-1.debian.tar.xz 341410b21bab65220577aed8686c117a5cc297c3 6711 python-prefixed_0.4.1-1_amd64.buildinfo b01ed5669e5a409942e3e50a32c3edf46c4a7211 7608 python3-prefixed_0.4.1-1_all.deb Checksums-Sha256: c8f4b57ec310d71a17579d6a39c81dd1be6cbe4a68f666d94cda989aa3c61e13 2072 python-prefixed_0.4.1-1.dsc 84b9105c74df135f5c323df0861cc6b89b41fb85428a340b2e11f7b0f504f5d4 21695 python-prefixed_0.4.1.orig.tar.gz 790491f5f0f943409219d0cb93fe2dd30cc51ee1da6701b0b68a0cd98dbc1a2a 1468 python-prefixed_0.4.1-1.debian.tar.xz 193e916fd63e2f91e40dab39ba6d7422481d0da8089945a1364d05a3557b735b 6711 python-prefixed_0.4.1-1_amd64.buildinfo ebfd48cddd1419c094cff119f87941c03cb42af06c8d40c18a288cd1d179f432 7608 python3-prefixed_0.4.1-1_all.deb Files: 32995102bc2ca8be8cdd7943459ca1d9 2072 python optional python-prefixed_0.4.1-1.dsc 7d0e1ead92cc4d50d5e00f209b99b7b5 21695 python optional python-prefixed_0.4.1.orig.tar.gz 5c8ee394be45a6f24404ad7d00dad246 1468 python optional python-prefixed_0.4.1-1.debian.tar.xz 92c36cb0235f9f43276a3021d317e69f 6711 python optional python-prefixed_0.4.1-1_amd64.buildinfo 5e98f05cd05c45eadf3d61ecb86ac55a 7608 python optional python3-prefixed_0.4.1-1_all.deb -BEGIN PGP SIGNATURE- iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmNj8BURHHRpbGxlQGRl Ymlhbi5vcmcACgkQV4oElNHGRtFCTA//YQzM+eH2OuIktoHzwUb/AEnW8FWfzb4g dVOZrK+bZvnBtX0C1h3a2/I8DmfsjWZ6DO6cq9UJFgGp3nglP+QYgTX3GxJp6Xwa wlcsT8bWXkHDW1S4+ZBX/ahRJhtzsDKqAdSqHKBpTwFxkRedbUY64eR2Vcn2flm3 0FprvMMup7ITCuYLGTUyU93AgbUTFUqqROOmktdujk5YVTSWYN110FjCylSsj1FK UyKYR6z54JsLFrh4lTcjh2KXl/C3vHgBe5xqBRoPRGFzhVNaQftbew8EqlOwMugi FfJ3Gyoik+sI3YHWruPNcuejA96LdaRypsa6rI9nHUQMeUdSJoiWlwhD2lkqaLyv wv3S00cq7uvwzw6A+QeY3GM1CdWGvNIaq/Q96wnaIaCNYQ1gcdF9DgElBBI7+iXQ ct0tKcjPq+w8B20xfB3IxoD8E49fUhGVOXGzAS9YSG5WTdBcgyw
Bug#1023416: marked as done (ITP: python-django-constance -- Dynamic Django settings)
Your message dated Wed, 09 Nov 2022 19:00:12 + with message-id and subject line Bug#1023416: fixed in python-django-constance 2.9.1-1 has caused the Debian Bug report #1023416, regarding ITP: python-django-constance -- Dynamic Django settings 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 ow...@bugs.debian.org immediately.) -- 1023416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023416 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: wnpp Severity: wishlist Owner: Michael Fladischer X-Debbugs-Cc: debian-de...@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-django-constance Version : 2.9.1 Upstream Author : Jannis Leidel * URL : https://github.com/jazzband/django-constance/ * License : BSD-3-clause Programming Lang: Python Description : Dynamic Django settings A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app. . Features: * Easily migrate your static settings to dynamic settings. * Edit the dynamic settings in the Django admin interface. I intend to maintain this package as part of the DPT. -BEGIN PGP SIGNATURE- iQFFBAEBCgAvFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmNj+HkRHGZsYWRpQGRl Ymlhbi5vcmcACgkQ/9PIi5l90WrDxwgAkxtbOblZWpK+rnJ6TAj1G7reykYwvYAe NbTDlHRCQj8BjnBtD9jQxNDuksKHlxNiPTnR9Hrj7JeDsocpCwj115PjMPD/5Jt1 KRZCxOPiPkjLeoPn0RS0FdCvN1L97+aoX/aYERKBWXQTZWFNGK/ulL82cOu6NYII uAQUzDDDEO3yJ14ZrC40juJG8flN+Oxv4sPVG6XBmUqE2bE5WysaLueDWz6YldM/ ETBnzVL+FDOxLwcnbhlrwybcKyrSOw9zJSB8xnXdk9IODjOhfDHrSpfAal1ggVI0 x9BLHXX6AXv4h4pmvsIaBhPfX3Cg1lUOQbvKhyqnrVj4ldpQMEe2dg== =EVcf -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Source: python-django-constance Source-Version: 2.9.1-1 Done: Michael Fladischer We believe that the bug you reported is fixed in the latest version of python-django-constance, 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 1023...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Fladischer (supplier of updated python-django-constance 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 ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 03 Nov 2022 19:39:33 + Source: python-django-constance Binary: python-django-constance-doc python3-django-constance Architecture: source all Version: 2.9.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Team Changed-By: Michael Fladischer Description: python-django-constance-doc - Dynamic Django settings (Documentation) python3-django-constance - Dynamic Django settings (Python3 version) Closes: 1023416 Changes: python-django-constance (2.9.1-1) unstable; urgency=low . * Initial release (Closes: #1023416). Checksums-Sha1: 2b93e8fbb4c176af91b0c7086bc6178130d82923 2120 python-django-constance_2.9.1-1.dsc 29cfdf46d17200f1caea2dd7fa8f80fd295bb662 167966 python-django-constance_2.9.1.orig.tar.gz 8c568e591ea5c215c150f6b8782a345cc9b59d1b 5080 python-django-constance_2.9.1-1.debian.tar.xz 148344dd11b133b9baccfa1afcb918211efe 142116 python-django-constance-doc_2.9.1-1_all.deb 207a32eaa2d559683767581f0097f6a343f51470 8539 python-django-constance_2.9.1-1_arm64.buildinfo ab30e07dd174acbe3ef8c7f34d214cda8b2d7906 29984 python3-django-constance_2.9.1-1_all.deb Checksums-Sha256: 62d89a74341f7c5c99d9e893ed9eba0b36bbb5cd5874923419e8712df2f63139 2120 python-django-constance_2.9.1-1.dsc be021529f825d82c672a8773a44d3b04d17b1dbf35e7abf1675dd948048e448d 167966 python-django-constance_2.9.1.orig.tar.gz ae50da1e9a0bf2b97ffc52ee164938f86862aff6ac5eff2dd681ee91c1f9da41 5080 python-django-constance_2.9.1-1.debian.tar.xz 006c3ecb97d36e6989f984a96694de42b136b07a6accb7f5036c589b79749b8c 142116 python-django-constance-doc_2.9.1-1_all.deb f9c56b35235a6357dba8d0b6ee43b93e14630f239cba171af037b2f7af6a 8539 python-django-constance_2.9.1-1_arm64.buildinfo fa5fe73be3e0991b8ca2097b1aed7dcb97cf33a62ad89dd69982dd15d640b0e7 29984 python3-django-constance_2.9.1-1_all.deb Files: b6022abfa9a73dbe9c4da1cabb0677b9 2120 python optional python-django-constance_2.9.1-1.dsc a01
Bug#1023761: ITP: ruby-rack-session -- Session management implementation for Rack
Package: wnpp Severity: wishlist Owner: Lucas Kanashiro X-Debbugs-Cc:debian-r...@lists.debian.org * Package name: ruby-rack-session Version : 0.2.0 Upstream Author : Leah Neukirchen, Samuel G. D. Williams, Scytrin dai Kinthra, Michael Coyne * URL : https://github.com/rack/rack-session * License : Expat Programming Lang: Ruby Description : Session management implementation for Rack Rack::Session was extracted from ruby-rack in the latest upstream release, a.k.a. 3.0.0, and now it is provided as a separated gem. This package will be maintained under the Ruby team's umbrella. -- Lucas Kanashiro
Processed: Bug#1023708 marked as pending in ruby-rackup
Processing control commands: > tag -1 pending Bug #1023708 [wnpp] ITP: ruby-rackup -- A general server command for Rack applications Added tag(s) pending. -- 1023708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023708 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Bug#1023761 marked as pending in ruby-rack-session
Processing control commands: > tag -1 pending Bug #1023761 [wnpp] ITP: ruby-rack-session -- Session management implementation for Rack Added tag(s) pending. -- 1023761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023761 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems