Re: PyGreSQL 4.1 released

2013-01-06 Thread D'Arcy J.M. Cain
On Sat, 5 Jan 2013 08:44:17 -0500
D'Arcy J.M. Cain da...@pygresql.org wrote:
 We will probably get version 4.2 released shortly and then branch 5.x
 and start working on Python 3 support.

In fact, we found a few buglets and will be releasing 4.1.1 on Tuesday.

-- 
D'Arcy J.M. Cain da...@druid.net |  Democracy is three wolves
http://www.druid.net/darcy/|  and a sheep voting on
+1 416 425 1212 (DoD#0082)(eNTP)   |  what's for dinner.
IM: da...@vex.net
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyGreSQL 4.1 released

2013-01-05 Thread Michael Poeltl
no python3 support yet?
can you tell us when pygresql will be ready for python3?

thx
Michael


* D'Arcy J.M. Cain da...@pygresql.org [2013-01-03 15:05]:
 ---
 Release of PyGreSQL version 4.1
 ---
 
 It has been a long time coming but PyGreSQL v4.1 has been released.
 
 It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.
 
 If you are running NetBSD, look in the packages directory under
 databases. There is also a package in the FreeBSD ports collection
 which will probably be updated shortly.
 
 Please refer to `changelog.txt changelog.html`_
 for things that have changed in this version.
 
 Please refer to `readme.txt readme.html`_
 for general information.
 
 This version has been built and unit tested on:
  - NetBSD
  - FreeBSD
  - openSUSE 12.2
  - Windows 7 with both MinGW and Visual Studio
  - PostgreSQL 8.4, 9.0 and 9.2 32 and 64bit
  - Python 2.5, 2.6 and 2.7 32 and 64bit
 
 -- 
 D'Arcy J.M. Cain
 PyGreSQL Development Group
 http://www.PyGreSQL.org IM:da...@vex.net
 -- 
 http://mail.python.org/mailman/listinfo/python-list

-- 
Michael Poeltl
Computational Materials Physics  voice: +43-1-4277-51409
Univ. Wien, Sensengasse 8/12 fax:   +43-1-4277-9514 (or 9513) 
A-1090 Wien, AUSTRIA   cmp.mpi.univie.ac.at 
---
slackware-13.37 | vim-7.3 | python-3.2.3 | mutt-1.5.21 | elinks-0.12
---
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyGreSQL 4.1 released

2013-01-05 Thread D'Arcy J.M. Cain
On Sat, 5 Jan 2013 13:23:55 +0100
Michael Poeltl michael.poe...@univie.ac.at wrote:
 no python3 support yet?
 can you tell us when pygresql will be ready for python3?

Hard to say when (we all have day jobs) but
it is planned for version 5.0.  You can track our milestones at
http://trac.vex.net:8000/pgtracker

We will probably get version 4.2 released shortly and then branch 5.x
and start working on Python 3 support.

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:da...@vex.net
-- 
http://mail.python.org/mailman/listinfo/python-list


PyGreSQL 4.1 released

2013-01-03 Thread D'Arcy J.M. Cain
---
Release of PyGreSQL version 4.1
---

It has been a long time coming but PyGreSQL v4.1 has been released.

It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.

If you are running NetBSD, look in the packages directory under
databases. There is also a package in the FreeBSD ports collection
which will probably be updated shortly.

Please refer to `changelog.txt changelog.html`_
for things that have changed in this version.

Please refer to `readme.txt readme.html`_
for general information.

This version has been built and unit tested on:
 - NetBSD
 - FreeBSD
 - openSUSE 12.2
 - Windows 7 with both MinGW and Visual Studio
 - PostgreSQL 8.4, 9.0 and 9.2 32 and 64bit
 - Python 2.5, 2.6 and 2.7 32 and 64bit

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:da...@vex.net
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyGreSQL 4.1 released

2013-01-03 Thread Walter Hurry
On Thu, 03 Jan 2013 09:04:16 -0500, D'Arcy J.M. Cain wrote:

 ---
 Release of PyGreSQL version 4.1 ---
 
 It has been a long time coming but PyGreSQL v4.1 has been released.
 
 It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.
 
 If you are running NetBSD, look in the packages directory under
 databases. There is also a package in the FreeBSD ports collection which
 will probably be updated shortly.
 
 Please refer to `changelog.txt changelog.html`_
 for things that have changed in this version.
 
 Please refer to `readme.txt readme.html`_
 for general information.
 
 This version has been built and unit tested on:
  - NetBSD - FreeBSD - openSUSE 12.2 - Windows 7 with both MinGW and
  Visual Studio - PostgreSQL 8.4, 9.0 and 9.2 32 and 64bit - Python 2.5,
  2.6 and 2.7 32 and 64bit

Sounds good. Thanks for your efforts.

Does it offer advantages oiver Psycopg2?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyGreSQL 4.1 released

2013-01-03 Thread D'Arcy J.M. Cain
On Thu, 3 Jan 2013 15:06:29 + (UTC)
Walter Hurry walterhu...@lavabit.com wrote:
 Sounds good. Thanks for your efforts.

I wasn't alone but I accept your thanks on behalf of the team.

 Does it offer advantages oiver Psycopg2?

Well, it has two interfaces, the DB-API 2.0 and the Classic one.  The
classic one is basically the one PyGreSQL started life as before we had
a standard interface.  We kept it as it has some advantages over the
portable one but offer both.  As for other advantages, I prefer to hear
those from people not involved with either project.

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:da...@vex.net
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyGreSQL 4.1 released

2013-01-03 Thread Modulok
 ---
 Release of PyGreSQL version 4.1
 ---

 It has been a long time coming but PyGreSQL v4.1 has been released.

 It is available at: http://pygresql.org/files/PyGreSQL-4.1.tgz.

 If you are running NetBSD, look in the packages directory under
 databases. There is also a package in the FreeBSD ports collection
 which will probably be updated shortly.

 Please refer to `changelog.txt changelog.html`_
 for things that have changed in this version.

 Please refer to `readme.txt readme.html`_
 for general information.

 This version has been built and unit tested on:
  - NetBSD
  - FreeBSD
  - openSUSE 12.2
  - Windows 7 with both MinGW and Visual Studio
  - PostgreSQL 8.4, 9.0 and 9.2 32 and 64bit
  - Python 2.5, 2.6 and 2.7 32 and 64bit

This is good news. The PyGreSQL team is doing a great job! Pass on my
congrats :D

-Modulok-
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyGreSQL 4.1 released

2013-01-03 Thread Walter Hurry
On Thu, 03 Jan 2013 13:07:40 -0500, D'Arcy J.M. Cain wrote:

 On Thu, 3 Jan 2013 15:06:29 + (UTC)
 Walter Hurry walterhu...@lavabit.com wrote:
 Sounds good. Thanks for your efforts.
 
 I wasn't alone but I accept your thanks on behalf of the team.
 
 Does it offer advantages oiver Psycopg2?
 0
 Well, it has two interfaces, the DB-API 2.0 and the Classic one.  The
 classic one is basically the one PyGreSQL started life as before we had
 a standard interface.  We kept it as it has some advantages over the
 portable one but offer both.  As for other advantages, I prefer to hear
 those from people not involved with either project.

4.1 has just made it into the FreeBSD ports. I'll give it a try (thanks 
again, to you and your team).

-- 
http://mail.python.org/mailman/listinfo/python-list