-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/04/2013 01:19 PM, Jim Fulton wrote:
> On Fri, Jan 4, 2013 at 1:05 PM, Jim Fulton <j...@zope.com> wrote:
>> On Wed, Jan 2, 2013 at 9:37 AM, Jim Fulton <j...@zope.com> wrote:
>>> On Fri, Dec 28, 2012 at 4:44 PM, Jim Fulton <j...@zope.com> wrote:
>>>> I plan to do ZEO shortly.
>>> 
>>> Well, that didn't go well.  svn git fetch spent several days and
>>> didn't finish.  It seemed to be really thrashing trying to follow
>>> tags.
>>> 
>>> I'm probably going to have to convert just the trunk.
>>> 
>>> I'm guessing that this is related to the project split.
>>> 
>>>> I'll do and BTrees, persistent and transaction in about a week.
>>> 
>>> Or so. :)  I suspect that these will have the same problem and
>>> that I'll have to convert just the trunk.
>> 
>> persistent went smoothly enough.  persistent is now in github.
> 
> BTrees and transaction converted smoothly too.  Go figure.
> 
> This weekend, I'll update svn for these packages and ZODB to indicate 
> that development is taking place in github.

The persistent repo on Github is missing three revisions I made
yesterday, as well as the 4.0.6 tag.  Patch attached (the tag should be
made against the repository before applying the last revision).

The 'BTrees' and 'transsaction' repos are missing the empty
'docs/_static' and 'docs/_templates' directories, which causes Sphinx to
emit a warning.  I have forked them and added pull requests which put
them back using placeholders:

 https://github.com/zopefoundation/transaction/pull/1

 https://github.com/zopefoundation/BTrees/pull/1

I would have just pushed these changes, but have only read-only access to
those repositories.



Tres.
- -- 
===================================================================
Tres Seaver          +1 540-429-0999          tsea...@palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDnPY8ACgkQ+gerLs4ltQ7ddQCbB80wW0J5ngL071Q/T4GGOk/L
Nr4AoMz/B5NAoe5EFDuGJmXFacCcANfK
=RhVS
-----END PGP SIGNATURE-----
------------------------------------------------------------
revno: 140
committer: Tres Seaver <tsea...@agendaless.com>
branch nick: persistent
timestamp: Thu 2013-01-03 16:41:17 -0500
message:
  svb
diff:
=== modified file 'CHANGES.txt'
--- CHANGES.txt	2013-01-03 21:39:44 +0000
+++ CHANGES.txt	2013-01-03 21:41:17 +0000
@@ -2,6 +2,10 @@
 ========================
 
 
+4.0.7 (unreleased)
+------------------
+
+
 4.0.6 (2013-01-03)
 ------------------
 

=== modified file 'setup.py'
--- setup.py	2013-01-03 21:39:44 +0000
+++ setup.py	2013-01-03 21:41:17 +0000
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '4.0.6'
+__version__ = '4.0.7dev'
 
 import os
 import platform
------------------------------------------------------------
revno: 139
committer: Tres Seaver <tsea...@agendaless.com>
branch nick: persistent
timestamp: Thu 2013-01-03 16:39:44 -0500
message:
  Prep 4.0.6 release.
diff:
=== modified file 'CHANGES.txt'
--- CHANGES.txt	2013-01-03 21:39:27 +0000
+++ CHANGES.txt	2013-01-03 21:39:44 +0000
@@ -2,7 +2,7 @@
 ========================
 
 
-4.0.6 (unreleased)
+4.0.6 (2013-01-03)
 ------------------
 
 - Updated Trove classifiers.

=== modified file 'setup.py'
--- setup.py	2013-01-03 21:39:27 +0000
+++ setup.py	2013-01-03 21:39:44 +0000
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '4.0.6dev'
+__version__ = '4.0.6'
 
 import os
 import platform
------------------------------------------------------------
revno: 138
committer: Tres Seaver <tsea...@agendaless.com>
branch nick: persistent
timestamp: Thu 2013-01-03 16:39:27 -0500
message:
  Update Trove classifiers.
diff:
=== modified file 'CHANGES.txt'
--- CHANGES.txt	2012-12-14 15:49:15 +0000
+++ CHANGES.txt	2013-01-03 21:39:27 +0000
@@ -5,7 +5,7 @@
 4.0.6 (unreleased)
 ------------------
 
-- TBD
+- Updated Trove classifiers.
 
 
 4.0.5 (2012-12-14)

=== modified file 'setup.py'
--- setup.py	2012-12-14 15:49:15 +0000
+++ setup.py	2013-01-03 21:39:27 +0000
@@ -80,6 +80,7 @@
         'Programming Language :: Python :: 3.3',
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
+        "Framework :: ZODB",
         "Topic :: Database",
         "Topic :: Software Development :: Libraries :: Python Modules",
         "Operating System :: Microsoft :: Windows",
_______________________________________________
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to