Re: [Repoze-dev] New releases of repoze.urispace and repoze.dvselect

2009-07-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric W. Brown wrote:
  I just released version 0.3 of repoze.urispace today, ...
 
 Is it on Pypi?  Only 0.2 seems to be showing up.  I see the unreleased  
 0.3 on svn.repoze.org, but that kind of puts us back in the original  
 spot of not being able to do a straight egg-based buildout, only  
 instead of repoze.dvselect being the oddball it's now  
 repoze.urispace.  It works (as it did before) but it's a lot harder to  
 explain to someone who's not already fairly adept.
 
 I have just released repoze.dvselect 0.1 to PyPI, with the changes I
 proposed (uses assertions set by upstream repoze.urispace).
 
 I do see repoze.dvselect 0.1 now, though, but it requires  
 repoze.urispace 0.3, so buildouts using it break without the extra  
 part to do the SVN checkout.

snip

 Actually it looks like it won't quite work yet -- the SVN version of  
 repoze.urispace is 0.3dev and repoze.dvselect wants =0.3, so even  
 when one manually checks out urispace first, dvselect isn't happy.

 Thanks, I think this should solve problems for a lot of people once  
 it's stable.  After just a short time working with it, the Plone /  
 repoze.zope / URIspace / Deliverance combination is now my favorite  
 way of customizing a Plone site.  It's really a killer combo.

AIYAH!  I hadn't meant to make dvselect 0.1 depend on urispace 0.3.  Oh
well, I just released urispace 0.3 to fix that problem.

 BTW, on a totally different note, congrats on BFG 1.0.

Thanks!  I think it looks pretty good at this point.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKUi43+gerLs4ltQ4RAupEAKC1hIMUIaFZuOtDp+Dpre5KMOpMVQCcC3fD
qbk3ajsmQNwmAwf5ju8bOgM=
=kUh3
-END PGP SIGNATURE-
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] New releases of repoze.urispace and repoze.dvselect

2009-07-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tres Seaver wrote:
 I just released version 0.3 of repoze.urispace today, adding the
 generic middleware feature I had meant to have there all along.  I
 would therefore like to rip out the bit of repoze.dvselect which holds
 its own urispace parser, and instead expect that repoze.urispace has
 already put the 'theme' and 'rules' assertions into the WSGI environment.
 
 Apps using dvselect would need to add another middleware layer, but
 shouldn't need any more dependencies.  Given that it was never released
 anyway, I hope that wouldn't be too big a deal:  in return for releasing
 it, I break your apps. ;)  Once you have upgraded to repoze.urispace 0.3
 and repoze.dvselect 0.1, your pipeline would change from::
 
  [filter:dvselect]
  use = egg:repoze.dvselect#main
  urispace = %{here}s/urispace.xml
 
  [pipeline:main]
  pipeline =
dvselect
your_app
 
 to::
 
  [filter:urispace]
  use = egg:repoze.dvselect#main
  urispace = %{here}s/urispace.xml
 
  [filter:dvselect]
  use = egg:repoze.dvselect#main
 
  [pipeline:main]
  pipeline =
urispace
dvselect
your_app
 
 The added benefit is that you will be able to use the URISpace
 assertions for multiple purposes (e.g., perhaps to configure both
 dec-sec and deliverance).

I have just released repoze.dvselect 0.1 to PyPI, with the changes I
proposed (uses assertions set by upstream repoze.urispace).

Enjoy!


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFKUO/2+gerLs4ltQ4RAonuAKCwDmOW7JcIxcmO7tWnJ8zAjDQ96ACdF1/z
5k5s7kiy5YiNZSM12BkWXzs=
=4Ill
-END PGP SIGNATURE-
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev