Bug#1001803: ITP: python-djangorestframework-flex-fields -- Dynamic fields and nested resources for DRF
Package: wnpp Severity: wishlist Owner: Michael Fladischer X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-djangorestframework-flex-fields Version : 0.9.6 Upstream Author : Robert Singer * URL : https://github.com/rsinger86/drf-flex-fields/ * License : Expat Programming Lang: Python Description : Dynamic fields and nested resources for DRF FlexFields (DRF-FF) for Django REST Framework is a package designed to provide a common baseline of functionality for dynamically setting fields and nested models within DRF serializers. To remove unneeded fields, you can dynamically set fields, including nested fields, via URL parameters (?fields=name,address.zip) or when configuring serializers. Additionally, you can dynamically expand fields from simple values to complex nested models, or treat fields as "deferred", and expand them on an as-needed basis. . This package is designed for simplicity and provides two classes - a viewset class and a serializer class (or mixin) - with minimal magic and entanglement with DRF's foundational classes. I intend to maintain this package as part of the Debian Python Team. -BEGIN PGP SIGNATURE- iQFFBAEBCgAvFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmG7X5QRHGZsYWRpQGRl Ymlhbi5vcmcACgkQ/9PIi5l90Wrgxwf+Ji+XeM/8I4lE/LzKUz5aS/fMyOgllNlM sx6vpxDI9WPauE1Zttz6ZD6SZPzpjrAxdugnVftetdn4w+m8yTwNdSn4GivnIiFH 6BP492g/bXMcuVsdSaVFYGfMoXo5BzxK8vdeWDyRrQ0nYMcltLipmz1mm/by1mAQ /lJYgx+SbZwDKTxYpF2p1XO1RE3Rq0ixR51a4B82bHulpalO0q362Zg/1vQ5JmmL XQko82EualGnwVZmhp9FIilyVPNZrkTMsTkmh0Cwl8MU+4ZgQg0Ndqy8xaOWx3vk odjESUI3TAzjAw1qRRMUBkKD0dipGUlq4mlGjzxyJaHv6dAExe6+mw== =MrzY -END PGP SIGNATURE-
Pb with version comparison
Hi all, during an update I encountered a problem: * package node-is-plain-object breaks gulp < 4.0.2-9 (both already migrated to testing) * I created new gulp: 4.0.2+~cs54.26.36-1 * gulp-4.0.2+~cs54.26.36-1 is considered as newer than 4.0.2-9 during install which is logical * When launching another build (schroot) with this new package, build failed because dpkg considers 4.0.2+~cs54.26.36-1 < 4.0.2-9 and refuse to install gulp-4.0.2+~cs54.26.36-1 with node-is-plain-object Did I something wrong or is there a bug somewhere else? To workaround, I modified node-is-plain-object "Breaks" field for now Cheers, Yadd
Bug#1001812: ITP: mold -- mold: A Modern Linker
Package: wnpp Severity: wishlist Owner: Sylvestre Ledru X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: mold Version : 1.0.0 Upstream Author : Rui Ueyama * URL : https://github.com/rui314/mold * License : AGPL v3 Programming Lang: C++ Description : mold: A Modern Linker Lazy quote from upstream: mold is a faster drop-in replacement for existing Unix linkers. It is several times faster than LLVM lld linker, the second-fastest open-source linker which I originally created a few years ago. mold is created for increasing developer productivity by reducing build time especially in rapid debug-edit-rebuild cycles.
Re: Debian Med video conference tomorrow, Friday 2021-12-17 18:00 UTC
Hi, this is the call for the next video conference of the Debian Med team that are an established means to organise the tasks inside our team. We do these conferences twice per month on every 2th and 17th of a month. Usually it takes us only 15-20min depending what we are talking about and how many people are joining. The next meeting is tomorrow 18:00 UTC https://www.timeanddate.com/worldclock/fixedtime.html?msg=Debian+CoViD-19+Biohackathon+Video+Conference&iso=20211217T18 The meeting is on the Debian Social channel https://jitsi.debian.social/DebianMedCovid19 These video meetings were started in the Debian Med Biohackathon. The topic is what contributors have done in the past period and to coordinate the work until the next meeting. For those who are interested in hot topics we want to tackle, here are some items: - This month we are doing our advent calendar bug squashing party (even if its not displayed as nicely as in former years).[0] - Effort to package tensorflow and other ML software which is used in several applications that are used to fight COVID-19. The precondition bazel to package tensorflow was a direct consequence of a Debian Med hackathon and it was even acknowledged[1] - Package software that is used to fight COVID-19 which we are listing in some spreadsheet[2]. It reaches from small tools up to complex software packages. There should be targets for everybody who wants to join us. - General Debian Med issues not directly connected to COVID-19 Newcomers and bug squashing volunteers are always welcome. Lets keep on the great work and see you tomorrow Andreas. [0] https://lists.debian.org/debian-med/2021/12/msg0.html [1] https://blog.bazel.build/2021/03/04/bazel-debian-packaging.html [2] https://docs.google.com/spreadsheets/d/1tApLhVqxRZ2VOuMH_aPUgFENQJfbLlB_PFH_Ah_q7hM/edit#gid=543782716 -- http://fam-tille.de
Re: Re: facility to access the NEWS content
On Wed, 15 Dec 2021 20:00:41 +0100, Patrice Duroux wrote: > So maybe too much ambitious but let's see what I can get regarding what is > actually available in Debian and if I can dress something up at least like a > new > track for Debian QA in a similar section to https://trends.debian.net/ while > also providing a command line tool to get this NEWS content about a package > (whatever if it the one providing this content or a «relative», based on the > same source package). I'm not sure what you are really after, but maybe this helps: grml's zsh config has a nice function dneews: % which dnews dnews () { emulate -L zsh if [[ -r /usr/share/doc/$1/NEWS.Debian.gz ]] then $PAGER /usr/share/doc/$1/NEWS.Debian.gz else if [[ -r /usr/share/doc/$1/NEWS.gz ]] then $PAGER /usr/share/doc/$1/NEWS.gz else echo "No NEWS file for package $1 found, sorry." return 1 fi fi } Cheers, gregor -- .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe `- NP: Rigmor Gustafsson: Is It A Crime signature.asc Description: Digital Signature
Work-needing packages report for Dec 17, 2021
The following is a listing of packages for which help has been requested through the WNPP (Work-Needing and Prospective Packages) system in the last week. Total number of orphaned packages: 1252 (new: 11) Total number of packages offered up for adoption: 183 (new: 0) Total number of packages requested help for: 61 (new: 1) Please refer to https://www.debian.org/devel/wnpp/ for more information. The following packages have been orphaned: dnshistory (#1001813), orphaned today Description: Translating and storing of IP addresses from log files Installations reported by Popcon: 24 Bug Report URL: https://bugs.debian.org/1001813 kvmtool (#1001570), orphaned 4 days ago Description: Native Linux KVM TOOL Installations reported by Popcon: 202 Bug Report URL: https://bugs.debian.org/1001570 latrace (#1001571), orphaned 4 days ago Description: traces library calls in dynamically linked programs Installations reported by Popcon: 56 Bug Report URL: https://bugs.debian.org/1001571 libmail-verify-perl (#1001679), orphaned 2 days ago Description: Utility to verify an email address Installations reported by Popcon: 28 Bug Report URL: https://bugs.debian.org/1001679 libmp3-info-perl (#1001680), orphaned 2 days ago Description: Perl MP3::Info - Manipulate / fetch info from MP3 audio files Reverse Depends: audiolink gnupod-tools libaudio-file-perl liburi-title-perl libvideo-info-perl mp3burn mp3report mp3roaster randomplay vclt-tools Installations reported by Popcon: 1494 Bug Report URL: https://bugs.debian.org/1001680 mp3burn (#1001678), orphaned 2 days ago Description: burn audio CDs directly from MP3, Ogg Vorbis, or FLAC files Installations reported by Popcon: 121 Bug Report URL: https://bugs.debian.org/1001678 mutrace (#1001572), orphaned 4 days ago Description: mutex and realtime memory allocation profiling tools Installations reported by Popcon: 22 Bug Report URL: https://bugs.debian.org/1001572 sbrsh (#1001574), orphaned 4 days ago Description: Scratchbox Remote Shell daemon Installations reported by Popcon: 7 Bug Report URL: https://bugs.debian.org/1001574 skales (#1001573), orphaned 4 days ago Description: Boot image creation tools for qualcomm boards Installations reported by Popcon: 9 Bug Report URL: https://bugs.debian.org/1001573 x-loader (#1001580), orphaned 4 days ago Description: Board initialization helper for OMAP boards Installations reported by Popcon: 2 Bug Report URL: https://bugs.debian.org/1001580 xfractint (#1001579), orphaned 4 days ago (non-free) Description: UNIX-based fractal generator Installations reported by Popcon: 131 Bug Report URL: https://bugs.debian.org/1001579 1241 older packages have been omitted from this listing, see https://www.debian.org/devel/wnpp/orphaned for a complete list. No new packages have been given up for adoption, but a total of 183 packages are awaiting adoption. See https://www.debian.org/devel/wnpp/rfa_bypackage for a complete list. For the following packages help is requested: [NEW] qdarkstyle (#1001730), requested 2 days ago Description: dark stylesheet for Python-based Qt application Reverse Depends: python3-spyder Installations reported by Popcon: 1146 Bug Report URL: https://bugs.debian.org/1001730 apache2 (#910917), requested 1160 days ago Description: Apache HTTP Server Reverse Depends: apache2 apache2-ssl-dev apache2-suexec-custom apache2-suexec-pristine backuppc bfh-container-server courier-webadmin cvsweb debbugs-web doc-central (138 more omitted) Installations reported by Popcon: 98878 Bug Report URL: https://bugs.debian.org/910917 aufs (#963191), requested 544 days ago Description: driver for a union mount for Linux filesystems Reverse Depends: fsprotect Installations reported by Popcon: 9789 Bug Report URL: https://bugs.debian.org/963191 autopkgtest (#846328), requested 1842 days ago Description: automatic as-installed testing for Debian packages Reverse Depends: debci-worker sbuild-qemu Installations reported by Popcon: 1243 Bug Report URL: https://bugs.debian.org/846328 balsa (#642906), requested 3735 days ago Description: An e-mail client for GNOME Reverse Depends: balsa Installations reported by Popcon: 652 Bug Report URL: https://bugs.debian.org/642906 cargo (#860116), requested 1710 days ago Description: Rust package manager Reverse Depends: dh-cargo rust-all Installations reported by Popcon: 2708 Bug Report URL: https://bugs.debian.o