Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Paco Esteban
On Sat, 09 Nov 2024, Stuart Henderson wrote: > On 2024/11/09 12:17, Paco Esteban wrote: > > > mail/grommunio/admin-api > > before: no tests found > > Pipfile says sqlalchemy = ">=1.3,<=2.0" Fantastic ... That blocks the update then. I can open an issue, but that can take a while. -- Pac

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Paco Esteban
On Sat, 09 Nov 2024, Lucas Gabriel Vuotto wrote: > > ok ? comments ? > > I gave this a shot via trying the Gajim update. It seems that sqlalchemy > is missing an RDEP on py3-typing_extensions: > > $ gajim > Traceback (most recent call last): > File "/usr/local/bin/gajim", l

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Lucas Gabriel Vuotto
On Sat, Nov 09, 2024 at 12:17:32PM +0100, Paco Esteban wrote: > Hi ports@, > > This is an update of databases/py-sqlalchemy to its latest version > 2.0.36. Tons of changes on the software, as this is a big jump. > > I need this for an update to net/gajim sent on another thread. > > This update

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Landry Breuil
Le Sat, Nov 09, 2024 at 01:11:46PM +0100, Landry Breuil a écrit : > Le Sat, Nov 09, 2024 at 12:05:09PM +, Stuart Henderson a écrit : > > On 2024/11/09 12:17, Paco Esteban wrote: > > > > mail/grommunio/admin-api > > > before: no tests found > > > > Pipfile says sqlalchemy = ">=1.3,<=2.0"

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Landry Breuil
Le Sat, Nov 09, 2024 at 12:05:09PM +, Stuart Henderson a écrit : > On 2024/11/09 12:17, Paco Esteban wrote: > > > mail/grommunio/admin-api > > before: no tests found > > Pipfile says sqlalchemy = ">=1.3,<=2.0" https://github.com/grommunio/admin-api/pull/25 should fixit :)

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Stuart Henderson
On 2024/11/09 12:17, Paco Esteban wrote: > > mail/grommunio/admin-api > before: no tests found Pipfile says sqlalchemy = ">=1.3,<=2.0"

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Stuart Henderson
On 2024/11/09 12:17, Paco Esteban wrote: > > www/py-beaker,python3 > before: 55 failed, 156 passed, 20 warnings > after: 38 failed, 173 passed, 20 warnings > They all seem related to backends missing, I can reduce the number of > fails > by installing backends. feel free to ad

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Stuart Henderson
On 2024/11/09 12:26, Landry Breuil wrote: > Le Sat, Nov 09, 2024 at 12:17:32PM +0100, Paco Esteban a écrit : > > Hi ports@, > > > > This is an update of databases/py-sqlalchemy to its latest version > > 2.0.36. Tons of changes on the software, as this is a big jump. see porters log from 2024-08

Re: update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Landry Breuil
Le Sat, Nov 09, 2024 at 12:17:32PM +0100, Paco Esteban a écrit : > Hi ports@, > > This is an update of databases/py-sqlalchemy to its latest version > 2.0.36. Tons of changes on the software, as this is a big jump. that's brave, thank you for tackling it :) i have a wip for for geoalchemy (http

update databases/py-sqlalchemy 1.4.54 --> 2.0.36

2024-11-09 Thread Paco Esteban
Hi ports@, This is an update of databases/py-sqlalchemy to its latest version 2.0.36. Tons of changes on the software, as this is a big jump. I need this for an update to net/gajim sent on another thread. This update is potentially problematic, as I could not properly test all consumers. Here'

回复: [Update] databases/py-sqlalchemy-migrate : update to 0.12.0

2019-08-19 Thread wen heping
发件人: Landry Breuil 发送时间: 2019年8月20日 2:05 收件人: wen heping 抄送: ports@openbsd.org 主题: Re: [Update] databases/py-sqlalchemy-migrate : update to 0.12.0 On Fri, Aug 16, 2019 at 07:37:06AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for

Re: [Update] databases/py-sqlalchemy-migrate : update to 0.12.0

2019-08-19 Thread Landry Breuil
On Fri, Aug 16, 2019 at 07:37:06AM +, wen heping wrote: > Hi, ports@: > > Here is a patch for databases/py-sqlalchemy-migrate: > i) Update to 0.12.0 > ii) Fix a typo in PLIST > > It build and run well on amd64-head system. > It defined NO_TEST=yes. > No other ports depends on it.

[Update] databases/py-sqlalchemy-migrate : update to 0.12.0

2019-08-16 Thread wen heping
Hi, ports@: Here is a patch for databases/py-sqlalchemy-migrate: i) Update to 0.12.0 ii) Fix a typo in PLIST It build and run well on amd64-head system. It defined NO_TEST=yes. No other ports depends on it. Comments? OK? wen Index: Makefile ===

Re: [UPDATE] databases/py-sqlalchemy

2018-06-23 Thread Landry Breuil
On Sat, Jun 23, 2018 at 10:34:04PM +0100, Stuart Henderson wrote: > On 2018/06/19 21:49, Remi Pointel wrote: > > On 06/19/18 21:40, Elias M. Mariani wrote: > > > Remi, I think that py3 and py versions still conflict, check this > > > solution that I sent a while back: > > > https://marc.info/?l=ope

Re: [UPDATE] databases/py-sqlalchemy

2018-06-23 Thread Stuart Henderson
On 2018/06/19 21:49, Remi Pointel wrote: > On 06/19/18 21:40, Elias M. Mariani wrote: > > Remi, I think that py3 and py versions still conflict, check this > > solution that I sent a while back: > > https://marc.info/?l=openbsd-ports&m=152884055212579&w=3 That diff has problems, first two pointed

Re: [UPDATE] databases/py-sqlalchemy

2018-06-19 Thread Elias M. Mariani
The diff looks OK. I would prefer that ports had docs as an optional, but it doesn't seem to be the policy. The project tries to be minimalistic and we end up having duplicate docs (with the python ports at least) witch most of the time aren't used. Cheers. Elias. 2018-06-19 16:49 GMT-03:00 Remi

Re: [UPDATE] databases/py-sqlalchemy

2018-06-19 Thread Remi Pointel
On 06/19/18 21:40, Elias M. Mariani wrote: Remi, I think that py3 and py versions still conflict, check this solution that I sent a while back: https://marc.info/?l=openbsd-ports&m=152884055212579&w=3 Or just make to folders with py3 and py documentations in different folders. Good catch, I for

Re: [UPDATE] databases/py-sqlalchemy

2018-06-19 Thread Elias M. Mariani
Remi, I think that py3 and py versions still conflict, check this solution that I sent a while back: https://marc.info/?l=openbsd-ports&m=152884055212579&w=3 Or just make to folders with py3 and py documentations in different folders. Cheers. Elias, 2018-06-19 8:05 GMT-03:00 Remi Pointel : > Hi,

[UPDATE] databases/py-sqlalchemy

2018-06-19 Thread Remi Pointel
Hi, attached is the diff to update to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/databases/py-sqlalchemy/Makefile,v retrieving revision 1.34 diff -u -p -u -p -r1.34 Makefile --- Makefile 26 May 2018

update databases/py-sqlalchemy [hass: #1]

2018-01-16 Thread Joerg Jung
Hi, please find attached an update for databases/py-sqlalchemy. This update introdcues a python3 FLAVOR, which is needed as a dependency for the upcoming homeassistant port. OK? Regards, Joerg Index: Makefile === RCS file: /cvs/p

Re: UPDATE: databases/py-sqlalchemy

2016-09-01 Thread Landry Breuil
On Thu, Sep 01, 2016 at 04:27:19PM +0100, Edd Barrett wrote: > On Thu, Sep 01, 2016 at 04:41:57PM +0200, Landry Breuil wrote: > > edd, ok for both ? > > Starting with py-sqlparse: > > > # MIBSD > > PERMIT_PACKAGE_CDROM = Yes > > Is MIBSD that a typo? Yeah i wanted BSD only, typo. > For ne

Re: UPDATE: databases/py-sqlalchemy

2016-09-01 Thread Edd Barrett
On Thu, Sep 01, 2016 at 04:41:57PM +0200, Landry Breuil wrote: > edd, ok for both ? Starting with py-sqlparse: > # MIBSD > PERMIT_PACKAGE_CDROM =Yes Is MIBSD that a typo? For new Python ports, I tend to add a Python3 FLAVOR, but I can do that as a later change if you want. There is a p

Re: UPDATE: databases/py-sqlalchemy

2016-09-01 Thread Landry Breuil
On Thu, Sep 01, 2016 at 12:45:46AM +0200, frantisek holop wrote: > sqlalchemy-migrate is dead-ish, > IIRC alembic is the "official" sqlalchemy migration > tool (by the author of sqlalchemy) sqlalchemy-migrate isnt dead, since it's still a requirement for buildbot 0.8.x - it was just forked to pypi

Re: UPDATE: databases/py-sqlalchemy

2016-08-31 Thread frantisek holop
sqlalchemy-migrate is dead-ish, IIRC alembic is the "official" sqlalchemy migration tool (by the author of sqlalchemy) thanks for the port update, it was really old -f -- the 4th world war will be fought with sticks and rocks.

Re: UPDATE: databases/py-sqlalchemy

2016-08-31 Thread Landry Breuil
On Wed, Aug 31, 2016 at 04:54:00PM +0100, Edd Barrett wrote: > This brings our old py-sqlalchemy up to the latest release. > > It depends (directly or indirectly) on the following (all posted to > ports@): > > * py-sqlite2 (update) > * py-execnet (new) > * py-apipkg (new) > * py-test-xdist (n

UPDATE: databases/py-sqlalchemy

2016-08-31 Thread Edd Barrett
This brings our old py-sqlalchemy up to the latest release. It depends (directly or indirectly) on the following (all posted to ports@): * py-sqlite2 (update) * py-execnet (new) * py-apipkg (new) * py-test-xdist (new) All tests passing. In terms of dependent ports, we have: audio/fookebox

[Update]databases/py-sqlalchemy

2011-08-01 Thread wen heping
Hi, Here is an update of databases/py-sqlalchemy to 0.7.2. Tested OK and regress OK on Loongson. Comments? OK? wen cvs server: Diffing py-sqlalchemy Index: py-sqlalchemy/Makefile === RCS file: /cvs/ports/databases/py-s

UPDATE: databases/py-sqlalchemy

2011-07-14 Thread Benoit Lecocq
Hi, This diff updates py-sqlalchemy to the latest release 0.7.1. Tested on amd64, regression OK. Maintainer timeout. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/databases/py-sqlalchemy/Makefile,v retrie

Re: [Update] databases/py-sqlalchemy

2011-05-26 Thread wen heping
2011/5/26 Jasper Lievisse Adriaanse : > On Sat, May 21, 2011 at 09:34:17PM +0800, wen heping wrote: >> Hi, >> >>     Here I resubmitt the update of databases/py-sqlalchemy to 0.7.0. >> >>     Tested OK on Loongson and regress test OK too. >> >>      patches/patch-setup_py is no more needed. >> >>  

Re: [Update] databases/py-sqlalchemy

2011-05-25 Thread Jasper Lievisse Adriaanse
On Sat, May 21, 2011 at 09:34:17PM +0800, wen heping wrote: > Hi, > > Here I resubmitt the update of databases/py-sqlalchemy to 0.7.0. > > Tested OK on Loongson and regress test OK too. > > patches/patch-setup_py is no more needed. > > Comments? OK ? > > wen > > > 2011/4/7

Re: [Update] databases/py-sqlalchemy

2011-05-21 Thread wen heping
Hi, Here I resubmitt the update of databases/py-sqlalchemy to 0.7.0. Tested OK on Loongson and regress test OK too. patches/patch-setup_py is no more needed. Comments? OK ? wen 2011/4/7 Will Maier : > Hi Wen- > > On Wed, Apr 06, 2011 at 09:50:56PM +0800, wen heping wrote: >

[Update] databases/py-sqlalchemy

2011-04-06 Thread wen heping
Hi, Here's an update of databases/py-sqlalchemy to 0.6.6 Tested on loongson OK. . Comments? Ok? wen diff -urN py-sqlalchemy/Makefile py-sqlalchemy.new/Makefile --- py-sqlalchemy/Makefile Mon Nov 15 08:22:53 2010 +++ py-sqlalchemy.new/Makefile Wed Apr 6 21:22:26 2011 @@ -2,7 +2,7 @@

UPDATE: databases/py-sqlalchemy

2010-05-04 Thread Will Maier
Hi all- The diff below updates SQLAlchemy to 0.6.0. The few failures in regress don't seem to impact real-world use, but please let me know if you think they'll pose a problem. Also, I don't use SQLALchemy any more -- would anyone out there like to take it on as MAINTAINER? Thanks! -- o---

Re: UPDATE: databases/py-sqlalchemy

2010-01-11 Thread Will Maier
On Tue, Jan 12, 2010 at 01:35:06AM +, Federico G. Schwindt wrote: > On Mon, Jan 11, 2010 at 04:19:18PM -0600, Will Maier wrote: > > [..] > > post-install: > > ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-sqlalchemy > > @@ -35,7 +38,7 @@ > > pax -rw * ${PREFIX}/share/examples/py-s

Re: UPDATE: databases/py-sqlalchemy

2010-01-11 Thread Federico G. Schwindt
On Mon, Jan 11, 2010 at 04:19:18PM -0600, Will Maier wrote: > Hi all- > > I'd like to commit this[0] (and below) py-sqlalchemy update soonish. > Substantially similar to one by Robert > (thanks!). Note that regress requires nose as well as an invocation > of setup.py develop now. > > Works fine

Re: UPDATE: databases/py-sqlalchemy

2010-01-11 Thread Robert
On Mon, 11 Jan 2010 16:19:18 -0600 Will Maier wrote: Still works for me on amd64. (Only tested amd64 and a local test set of about a years worth of transaction fuzzing for my main app, as the port is basicly the same.) > do-regress: > - @cd ${WRKSRC} && ${MAKE_ENV} \ > - PYTHONPATH=

Re: UPDATE: databases/py-sqlalchemy

2010-01-11 Thread Federico G. Schwindt
On Mon, Jan 11, 2010 at 04:19:18PM -0600, Will Maier wrote: > Hi all- > > I'd like to commit this[0] (and below) py-sqlalchemy update soonish. > Substantially similar to one by Robert > (thanks!). Note that regress requires nose as well as an invocation > of setup.py develop now. > > Works fine

UPDATE: databases/py-sqlalchemy

2010-01-11 Thread Will Maier
Hi all- I'd like to commit this[0] (and below) py-sqlalchemy update soonish. Substantially similar to one by Robert (thanks!). Note that regress requires nose as well as an invocation of setup.py develop now. Works fine on i386 for me -- anyone else want to test? Thanks! -- o

UPDATE: databases/py-sqlalchemy

2009-06-02 Thread Will Maier
Hi all- Please see below. I've tested it with py-elixir and py-turbogears, but would be interested in other test reports. Changelog here: http://www.sqlalchemy.org/trac/browser/sqlalchemy/tags/rel_0_5_4p2/CHANGES?format=raw Thanks! -- o--{ Will Maier }

UPDATE: databases/py-sqlalchemy

2007-11-21 Thread Will Maier
The attached patch updates databases/py-sqlalchemy from 0.3.7 to 0.4.1 (changes[0]). Due to upstream changes in the setuptools configuration, patch-setup_py seems to be necessary to make the build target work. The port passes its regress tests and a small site using py-turbogears (the only port wh

UPDATE: databases/py-sqlalchemy

2007-03-31 Thread Will Maier
This is a trivial update for databases/py-sqlalchemy from version 0.3.4 to 0.3.6. Nearly all regress tests pass; the three that fail depend on a more recent version of sqlite3 which fixes an ordering bug. Tested on -current/i386. The diff is attached and available via HTTP: http://www.lf