complain in the API changes on the 4Suite mailing lists. I'd
therefore expect the number of people using 4Suite as a depend for non
debian software to be relatively small. And for them, the maintenance
nightmare is real, whatever solution you choose, but since I'd expect
them to try to f
On Mon, Apr 08, 2002 at 09:26:48PM +0200, Jérôme Marant wrote:
> Alexandre <[EMAIL PROTECTED]> writes:
> > * There are no clashes between PyXML and 4Suite's xpath and xslt,
> > because they live in differant packates (xml and Ft.Xml)
>
> That is right if you co
oody and push hard to patch
python-xml-0.7.1 to fix the xml.xslt bugs
I'll start a discussion on the upstream mailing lists to see if anyone
has some other solution.
Alexandre Fayolle
--
LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
Narval
On Wed, Apr 10, 2002 at 07:36:12AM +0200, Jérôme Marant wrote:
> Alexandre <[EMAIL PROTECTED]> writes:
>
> > I've looked at the problem at hand, carefully, and here's what I've been
> > able to figure out:
> > ...
>
> Thanks a lot.
We
script. Grap any python package
source package and check the postinst script, which generally does the
compiling.
Alexandre Fayolle
--
LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
Narval, the first software agent available as free software (GPL).
g++-3.2
> changed the C++ ABI, so I made both changes (python and C++) at the
> same time.
Does Distutils handle this automagically, or is there anything we have to
take care of when building extensions if there are several versions of
gcc installed on a machine?
Alexandre Fayolle
--
the python-unit package be generated from the python source
package?
* if so, do we drop support for pyunit in python1.5, or add pyunit as a
patch?
* if not, should I generate python-unit packages based on the CVS?
* or should I ask upstream to make a release?
Thanks for your feedback.
Alexand
On Thu, Sep 05, 2002 at 02:45:39PM +0200, Alexandre wrote:
> * if so, do we drop support for pyunit in python1.5, or add pyunit as a
> patch?
Forget this line: the pyunit package is not built for python1.5.
Alexandre Fayolle
--
LOGILAB, Paris (France).
http://www.logilab.com
?
--
Alexandre Fayolle LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
Advanced computing - Python - Customized trainings - Consulting - XML
Informatique avancée - Python - Formations sur-mesure - Conseil - XML
On Wed, Sep 25, 2002 at 01:21:55PM +0200, Bastian Kleineidam wrote:
> On Wed, Sep 25, 2002 at 10:13:08AM +0200, Alexandre wrote:
> > Hello,
> >
> > I sent a mail to the list a couple of weeks ago about the relationships
> > between the python and python-unit packag
t;
> > Can anyone think of an example where whitespaces in
> > package's paths would be valid?
>
> This is not possible in the python directories (/usr/lib/python2.x/site-
> packages). i
I'd have to check, but I think it could be achieved
have python-4suite and
libxslt (for which python bindings are available).
The first approach is more versatile, since you can easily change the
command line using a configuration file, in case you encounter a bug in
a given xslt processor, or if you have performance (speedwi
faults at using
> MySQL-Python. see #270555 for more information.
Would you happen to have a post mortem analysis of apache available, in
order to see what precisely causes the segfault ?
--
Alexandre Fayolle LOGILAB, Paris (France).
http://www.logilab.com h
On Wed, Feb 16, 2005 at 02:12:07PM +0100, Pavel Jurus wrote:
> I would like to ask what is the current status of python2.3-profiler
> package.
Three uploads are in the NEW queue
(http://qa.debian.org/~anibal/debian-NEW.html)
--
Alexandre Fayolle LOGILAB,
2.3), python (<<2.4) (generated by dh_python).
Am I expected to upload an unchanged 0.2.0-3 package so that it will get
rebuilt with python2.4 as the default python version, or is something
going to happen automatically, for instance a binary only NMU ?
--
Package: python2.5
Version: 2.5-3
Severity: minor
Tags: patch
In /usr/share/doc/python2.5/README.Debian,
"""
distutils can be found in the python2.5-dev package. Development files
like the python library or Makefiles can be found in the python2.5-dev
package in /usr/lib/python2.5/config.
"""
sh
hon installations (pyx upstream has "import site; print
> site.here" in SVN but that doesn't work in python >= 2.4).
import sys
import os.path
print os.path.join(sys.prefix, 'lib', 'python'+sys.version[:3])
--
Alexandre Fayolle
ist even though this version is
requested debian/control (or in some other place if you chose the other
way without XS-Python-Version).
I have to admit that I am a bit disapointed by this, to say the least.
Why are we shipping python2.5 in etch if we don't ship the python
extension modu
hon*/site-
packages/logilab/__init__.py*, and issues a warning if there are other stuff in
the directory : this will stop packages installed under that tree from working
without deleting the files themselves (enabling the administrator to find out
what's broken with that installation).
Hi,
> deejayd
Fixed package is awaiting sponsorship at mentors.debian.net
Alexandre
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
workaround to avoid typing that much ? I would
rather simply type "./scripts/lunch" to run my app.
Thanks !
Alexandre Quessy
http://alexandre.quessy.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev
ath.split(os.path.dirname(os.path.abspath(__file__)))[0]
sys.path.insert(0, d)
from spam import runner
runner.run()
2010/1/5 Alexandre Quessy :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello everyone,
> I am in the process of putting finishing touches to a few new Debian
>
d from Twisted.
I am not saying this is perfect, but it works well with the limitations
of the packaging in importing mechanism in Python.
Regards,
Alexandre Quessy
http://alexandre.quessy.net
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hello everyone,
It seems like python-json should either be renamed of deprecated.
Meanwhile, all the Python application and modules that use JSON should
be careful when importing the json module. Here's how I do it. (see the
code extract below)
# JSON im# JSON import:
try:
import json # pytho
.
My name is Alexandre Quessy. I am a developer from Montreal. I am
interested in free software for new media arts, nameyl audio, video
and electronics. I have been using free software for many years now. I
am the co-author of some free software projects such as those listed
above. I am mostly
there someone that is interested in working with me to eventually upload it?
It should be pretty simple, since it is pure Python, and seems lintian
error-free.
Regards,
--
Alexandre Quessy
http://alexandre.quessy.net/
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subje
Hello!
It's in the SVN. It seems to build correctly. Does anyone have
improvements to suggest?
Regards,
alex
2010/6/10 Sandro Tosi :
> On Thu, Jun 10, 2010 at 04:47, Alexandre Quessy wrote:
>> Hello dear members of the Python module packaging team,
>>
>> I have packag
/tarballs/
Regards,
--
Alexandre Quessy
http://alexandre.quessy.net/
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http://lists.debian.org/aanlktim-hlx72nvz_jhv6ky89newoeb
)?
Thanks in advance for your advices.
Alex
On Tue, Apr 6, 2010 at 19:27, Alexandre Rossi wrote:
> Dear mentors,
>
> I am looking for a sponsor for the new version 0.10.0-1
> of my package "deejayd".
>
> It builds these binary packages:
> deejayd - Network controlla
> While "current" is frowned upon[0], this is not what caused your package
> breakage. The culprit it that scripts have #!/usr/bin/pythonX.Y shebangs -
> if they were unversioned, the package would continue to work with new
> Python.
Those are changed by python distutils, that's why a rebuild fixe
ython
developers. It allows them to make their software communicate with
other multimedia applications and devices.
See http://svn.debian.org/wsvn/python-modules/packages/
Thanks,
--
Alexandre Quessy
http://alexandre.quessy.net/
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
bian.org/p/psyco.html
http://packages.qa.debian.org/p/psyco-doc.html
--
Alexandre Fayolle
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: htt
Package: wnpp
Severity: normal
I request an adopter for the psyco package, as I no longer use the package and
cannot maintain it properly anymore.
Due to lack of upstream support, maybe the package should be removed from
Debian altogether, as supporting python >> 2.5 will require significant eff
Hi,
I'd like to join the Debian python modules team.
My goal is to maintain sockjs-twisted (#735154).
My alioth username is niol-guest.
Thanks,
Alex
--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o
Hi,
On Mon, Jan 13, 2014 at 11:10 AM, Alexandre Rossi wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Alexandre Rossi
>
> * Package name: sockjs-twisted
> Version : 1.2.1
> Upstream Author : Christopher Gamble
> * URL : http://github.co
Hi,
>> My goal is to maintain sockjs-twisted (#735154).
>
> the problem is... we don't use git, not yet at least (nobody had time to
> propose a transition)
The Wiki page[1] suggests there are some git repositories, but I
cannot find/see them. I also found out that some packages maintained
by the
/alexandre%40alexandreviau.net)
Thanks,
Alexandre Viau
alexan...@alexandreviau.net
I should have mentioned, my alioth account is reazem-guest.
Alexandre Viau
alexan...@alexandreviau.net
On Thu, Oct 16, 2014 at 1:11 PM, Alexandre Viau wrote:
> Hello Pythonistas,
>
> I have always wanted to become a Debian Developer and now
> is the time to start working on it. I
IPE).communicate()[0]
>>>> type(rv)
>
>
> This is clearly a bug in python3-click.
Yes it was.
I have just uploaded a fix.
--
Alexandre Viau
av...@debian.org
data
+taken with linear and area detectors.
+
I don't see what I am missing here, thus I'm looking for your help !
Thanks you for reading.
Cheers,
Alexandre Marie
#x27;:!*/.gitignore'
And this is the command that shows the additions and deletions that I pasted to
you.
I don't know if it's clearer, but I hope it is !
Thanks for your time,
Alexandre Marie
De : Andrey Rahmatullin [w...@debian.org]
E
ge of upstream/1.5.1
gbp:error: Rolled back changes after import error.
___
Here is where I am stuck and where I am asking for some help please !
Thanks in advance for a response.
Cheers,
Alexandre Marie
Thanks again for the response !
I am resending an answer as the first one was sent to Florian Pelgrim only.
> Try to replace all http links to https in your package.
Changing http to https didn't solve the issue.
I still get this error :
> You need to find why there are conflicts and fix them. Good first steps
> are running gbp with --no-rollback and/or finding what upstream files are
> modified in the master branch in the current state.
When I do so, I only have one conflict on the file .gitignore.
I solved it and tried to com
Hello,
I resolved my git issue, but when I build the package doc with sphinx-build :
```
make[1]: Entering directory '/<>'
pybuild --build -s custom -p 3.7 --build-args="env PYTHONPATH={build_dir}
sphinx-build -bhtml doc/source build/sphinx/html"
I: pybuild base:217: env
PYTHONPATH=/<>/.pybuild
Hello,
I'm still working on the package python-xrayutilities for debian.
I've come to a point where the package can be built but when generating the doc,
lintian comes with a bunch of privacy-generic-breach tags like this :
_
> Is there really the leading tab only on the second line?
In fact I am trying to figure out where should I install the doc, and how could
I avoid the lintian tag : privacy-breach-generic.
> What exactly doesn't seem to work?
The code I paste before wasn't working because the path was not good,
> Wild guessing: The files to be changed might reside in debian/tmp - thus
>
>
> find debian ...
>
> could be the solution.
I am trying to do so, thanks for your response.
Cheers,
Alex
> Hi,
>
> I didn't have time to look into issue, but may be looking on how other
> people solve similar problems will give you a hint:
>
> https://codesearch.debian.net/search?q=path%3Adebian%2Frules+mathjax
>
> Best,
> Alex
Hello,
Thanks for the hint,
this is where I am looking to deal with th
causes import issues because of the "xrayutilities" dir.
It makes the autopkgtest to fail..
Thanks for your time.
Cheers,
Alexandre
[2] https://pypi.org/project/wurlitzer/
I do not seem to be able to deal with that issue so I am asking your help.
Cheers,
Alexandre Marie
?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz))
debian uupdate
_______
Have a good day,
Alexandre Marie
De : Andrius Merkys [andrius.mer...@gmail.com]
Envoyé : lundi 21 octobre 2019 14:
rn: In debian/watch no matching files for watch line
https://pypi.python.org/pypi/wurlitzer/
https://pypi.python.org/packages/.*/.*/.*/wurlitzer-([\d\.]+).tar.gz#.* debian
uupdate
uscan info: Scan finished
______
This one works perfectly fine, thanks a lot for giving me some time to help !
Have a nice day,
Alexandre Marie
De : Andrius Merkys [andrius.mer...@gmail.com]
Envoyé : lundi 21 octobre 2019 15:26
À : debian-python@lists.debian.org
Objet : Re: [packaging
Hello,
I woud like to join debian-python team in order to maintain and package a bunch
of modules :
- wurlitzer
- jupyter_sphinx
Wich are dependecies of scientific softwares.
My username is : alexandre.marie-guest.
I read the python policy [0] and I accept it.
Thanks,
Alexandre Marie
[0
g-source: error: missing orig.tar or debian.tar file in v2.0 source package
```
occurs when I run the dgit sbuild line.
I don't know how could I import these files without touching my version of the
packages.
Sorry if this question is basic.
Cheers,
===
Alexandre MARIE
Engineer in
On Thu, Feb 20, 2020 at 4:15 AM Andreas Tille wrote:
> Regarding your wish to remove you from Maintainers: I did not intend to
> take over the package from you personally. I rather wanted to do
> something like:
>
> Maintainer: Debian Python Modules Team
>
> Uplo
Hello,
My name is Alexandre and I am beginning into debian packaging.
I started to package Gaphor which is a modeling GUI in Python. Also, Gaphas
is a python library that is used by Gaphor (and other projects).
I started to initiate the work here, on my salsa account (Salsa login =
ahresse
Hi,
Le sam. 9 déc. 2023 à 07:53, Sebastiaan Couwenberg
a écrit :
>
> qgis has some dependencies for the sake of plugins which cannot pull in
> dependencies on their own.
>
> Are there plans to remove python3-future from Debian or it being
> deprecated upstream?
There's no plan yet.
The default
Hi,
I would like to join the Debian Python team too,
my Salsa login is detiste-guest.
https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst
ACK
I'm interested:
- fixing the bug I submitted
- checking if old python2 compatibility layers are actually still used:
- un
Source: galpy
Version: 1.8.1-2
Severity: important
X-Debbugs-Cc: debian-python@lists.debian.org
Dear Maintainer,
The removal of the python3-future library is being evaluated.
It's obsolete & unmaitained upstream.
Your package seems not to have required python3-future for a long time.
Please re
mport of "past" or "future" libraries.
Please report it upstream and in the meantime
build a package with this line patched-out.
Greetings,
Alexandre
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (501, 'testing'), (450
ad been "from future import ..." / "from past import ...".
Nowadays it means that your package is pulling in python3-future.
This library is obsolete and mostly unmaintained
and should be removed from Debian.
So please patch it out from the build.
Greetings,
Alexandre
-- System
Le lun. 11 déc. 2023 à 17:02, Jochen Sprickerhof a écrit :
> I think the right thing here is to package the new uncertainties version
> which drops the past import:
>
> https://github.com/lebigot/uncertainties/releases/tag/3.1.7
+1
> Also we should probably get rid of python-future at some point
The worse thing is when upstreams ask you to sign a CLA to accept
a PR that removes one extraneous line from requirements.txt.
Is it even copyrightable ?
Le dim. 17 déc. 2023 à 20:21, Graham Inggs a écrit :
>
> Hi Andreas
>
> On Sun, 17 Dec 2023 at 18:15, Andreas Tille wrote:
> > Is there
> >
g=1059934
(list is not complete)
There might be some nmu needed too if maintainers don't react.
@Vincent: this one package "gtextfsm" is yours
do you green light an upload ?
Greetings,
https://salsa.debian.org/python-team/packages/gtextfsm/-/pipelines/621238
gtextfsm $
Le jeu. 4 janv. 2024 à 07:48, Andreas Tille a écrit :
> > @Vincent: this one package "gtextfsm" is yours
> > do you green light an upload ?
>
> If you ask me the package is team maintained and a "Team upload"
> should be fine.
Hi, I just try to follow the rules I agreed on last month.
https://sa
Hi,
I'm busy with the (tentative-) removal of python3-unittest2.
unitest2 is an old version of what has become "unittest.mock" in the
standard library
90% of dependencies are stale and only need a quick edit of debian/control
for the other I submit patches upstream
Can I get (minimal) Salsa tea
Package: python3-botocore
Version: 1.31.49+repack-1
Severity: important
X-Debbugs-Cc: debian-python@lists.debian.org
python3-core is importing python3-six for absolutely no reason
this package only work by luck for now because the
library got pulled-in by something else
(most likely python3-urlli
Le jeu. 11 janv. 2024 à 10:47, Thomas Goirand a écrit :
> > I'm busy with the (tentative-) removal of python3-unittest2.
> >
> > unitest2 is an old version of what has become "unittest" in the
> > standard library
> >
> > 90% of dependencies are stale and only need a quick edit of debian/control
>
Le mer. 17 janv. 2024 à 17:14, Thomas Goirand a écrit :
> On 1/17/24 14:25, Alexandre Detiste wrote:
> > Le jeu. 11 janv. 2024 à 10:47, Thomas Goirand a écrit :
> >>> I'm busy with the (tentative-) removal of python3-unittest2.
> >>>
> >> https
Hi,
Thanks again
I may have an identical pytest -> python3-pytest commit
stuck in my home computer, but whatever.
Please someone pick this up
Greetings
Le lun. 22 janv. 2024 à 09:31, Yogeswaran Umasankar a écrit :
>
> Hi Alexandre,
> Came across pysmbc, saw that there was an
control: tag -1 +moreinfo
Hi,
I'm using this (nice, alive...) package
and I'm willing to maintain it in the Python Team.
Greetings,
Alexandre
+1 for this policy change too,
I went through the same hurdles & thinking progress, but it's much fresher
in py head because I m only contributing to DPT since 1/1/2024, doing
exactly what I said I would do on my membership application mail.
Before this talk happened I would not have recommended
Hi Jan,
I see on the tracker that you have both set the LowNMU flag (like I did too)
and also made use of the special rule of the DPT policy discussed from [1];
that seems a bit of a contradiction to me but I have read that
it was the default behaviour of some source package templating tool
which
Hi,
I would pick-up matplotlib I guess, I have some special connection to it,
It was one the packages that enabled me to escape
my horrible SAS-Insitute powered previous job/life.
It's a big one.
Help is appreciated, I already cherry picked some commits from Ciel's PR.
I already adopted python3
Just add yourself.
Le ven. 15 mars 2024 à 15:38, Martin a écrit :
>
> On 2024-03-15 14:21, Alexandre Detiste wrote:
> > I would pick-up matplotlib I guess, I have some special connection to it,
>
> I *might* help on this, because we use matplotlib at $DAYJOB, but can'
Hi,
The arguments to remove flask-basicauth looks sensible, can someone confirm ?
CCing Daniele who uploads bespoken flask-login and Carsten who manage
whole flaks ecosystem.
Greetings
Le jeu. 14 mars 2024 à 07:20, Julian Gilbey a écrit :
>
> Dear all (and Bcc-ing the RM bugs),
>
> For inform
Hi,
Does anyone know some automated tool to convert Python2-style annotations
into Python3-style ?
python-debian $ grep '# type' -r | wc -l
1499
Greetings
Le dim. 17 mars 2024 à 13:46, Jelmer Vernooij (@jelmer)
a écrit :
>
> Jelmer Vernooij commented on a discussion:
>
> Yes, we should be able t
If you have the time/will,
I would suggest to overhaul build to from 7 to new debhelper 13
with the automagic "%: dh $@" rule.
Almost all other Python projects have already been converted.
wc -l */debian/rules
29 lincity-ng/debian/rules
25 lmfit-py/debian/rules
21 logbook/debian/rul
Hi,
I'd like to add paramiko to the list of semi-orphaned
packages that needs more maintainers.
high popcon, major upgrade, lots of rdeps: this would be a small
transition by itself, like pytest 8 ...
Le jeu. 28 mars 2024 à 10:24, Andreas Tille a écrit :
>
> ? #1065199 RM: pprintpp -- ROM; le
I've packaged font-awesome5 at work, for sure it's not in Debian.
The upgrade to v5 was rightfully reverted but it's in limbo since.
https://packages.debian.org/sid/fonts-font-awesome
fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) <--
Please note that this package provides Fon
Thank you both
Le mer. 3 avr. 2024 à 17:48, Christian Kastner a écrit :
>
> On 2024-04-03 16:50, Stefano Rivera wrote:
> > We've added a new owner to help out. Thanks peb!
> >
> > Stefano
>
> Excellent, thanks Stefano and of course Pierre-Elliott for taking care
> of this!
>
> Best,
> Christian
>
Might interrest more here.
-- Forwarded message -
De : Chris Dent
Date: ven. 5 avr. 2024, 19:18
Subject: [cdent/paste] Potentially ceasing development of Paste (Discussion
#91)
To: cdent/paste
Cc: Alexandre Detiste , Mention <
ment...@noreply.github.com>
paste uses a
Le lun. 15 avr. 2024 à 11:20, Thomas Goirand a écrit :
> The rest of:
> - pymodbus
>
> I don't even know what they do.
Life is better when one does not have to deal with modbus :-)
This package is outdated and need a refresh.
> All that to say: I'm ok at this point if SQLA 2.x is uploaded to Sid
Hi,
I did this upstream bump because I think that MR on upstream & pristine-tar
brach should not be allowed. (the Games Team did received several such MR
from XZ-hack "Hans Jansen" puppet socket)
Now Keith can rebase his changes unto that.
Greetings
Le sam. 20 avr. 2024, 00:34, Nick Morrott
>
Hi,
I understand you.
Maybe the best option is to co-maintain this outside of the D Python Team.
Greetings
Le sam. 20 avr. 2024, 01:56, Keith Packard a écrit :
>
> > Now Keith can rebase his changes unto that.
>
> My changes involve stripping the non-DFSG elements out of the package,
> and th
a écrit :
> On 2024-04-15 11:38, Alexandre Detiste wrote:
> > Le lun. 15 avr. 2024 à 11:20, Thomas Goirand a écrit :
> >> The rest of:
> >> - pymodbus
> >>
> >> I don't even know what they do.
> >
> > Life is better when one does not have to
Le lun. 22 avr. 2024, 09:57, Martin a écrit :
>
> 1. privacy-breach-fixes.patch (I updated this, can push
>
These ones are annoying to maintain. I wish dh_installdocs would be smart
enough to strip these tiny widget that are present in so many Readme.md on
GitHub. They re quite formulaic and it
control: tag -1 -moreinfo
This one should still be removed ...
It hasn't moved an inch still 2019
https://github.com/dropbox/pyannotate
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065045
> E ModuleNotFoundError: No module named 'six'
This happens because we unknot the
python3-mock -> python3-pbr -> python3-six
dependency chain.
I did this _on purpose_ to discover missing python3-six
(build-)dependencies and/or upstream that needs a cleanup.
Here it's of course better to do th
Hi,
That was the very first day I got to work on DPT packages;
so well yes, I did some mistakes at first;
and having been DM for far too long (~10 years) I needed to retrain;
I had so many things stuck in my queue at first.
https://lists.debian.org/debian-python/2023/12/msg00012.html
I'm now go
Ok I guess you want to do this one:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008768
It is now in the NEW queue.
https://salsa.debian.org/python-team/packages/python-pytest-relaxed/-/pipelines/675307
Le mer. 8 mai 2024 à 16:19, Antoine Beaupré a écrit :
> On 2024-05-08 16:11:46, Alexandre Detiste wrote:
> > Ok I guess you want to do this one:
> >
> > https:
Package: wnpp
Severity: wishlist
Owner: Alexandre Detiste
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org
* Package name: python-mutf8
Version : 1.0.0
Upstream Contact: Tyler Kennedy
* URL : https://pypi.org/project/mutf8/
* License
Yes do please.
Le sam. 11 mai 2024 à 20:51, Nilesh Patra a écrit :
>
> Quoting Alexandre Detiste :
> > I would pick-up matplotlib I guess, I have some special connection to it,
> > It was one the packages that enabled me to escape
> > my horrible SAS-Insitute p
024 à 00:06, Martin a écrit :
>
> Hi Alexandre,
>
> I pushed my changes to debian/master. If you have time to work on
> pymodbus (e.g. update disable-failing-unittests.patch), please go on.
> I probably can't work on that this week.
>
> Cheers
Le lun. 13 mai 2024 à 22:59, Scott Kitterman a écrit :
> >I suggest that we soon ask ftpmaster to drop pytest-lazy-fixture from
> >Debian unstable.
>
> Please transition all the rdepends first. Asking before that's done just
> creates more work for everyone.
>
> Scott K
It looks like for this
Le mar. 14 mai 2024 à 08:35, Julian Gilbey a écrit :
>
> On Mon, May 13, 2024 at 11:07:54PM +0200, Alexandre Detiste wrote:
> > Le lun. 13 mai 2024 à 22:59, Scott Kitterman a écrit
> > :
> > > >I suggest that we soon ask ftpmaster to drop pytest-lazy-fixtu
Source: sqlmodel
Version: 0.0.16-1
Severity: important
X-Debbugs-Cc: debian-python@lists.debian.org
Dear Maintainer,
This package hinders the transition to SQLAlchemy 2.x
https://ci.debian.net/packages/s/sqlacodegen/testing/amd64/47034051/#S3
Greetings
1 - 100 of 192 matches
Mail list logo