Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10082/libs/pythonmods

Modified Files:
        bcfg2-py.info bcfg2-py.patch 
Log Message:
bcfg-py 1.3.2

Index: bcfg2-py.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/bcfg2-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bcfg2-py.patch      30 Jun 2013 01:58:47 -0000      1.1
+++ bcfg2-py.patch      14 Oct 2013 15:19:32 -0000      1.2
@@ -1,9 +1,9 @@
---- bcfg2-1.3.1/setup.py       2013-03-21 10:40:04.000000000 -0400
-+++ bcfg2-1.3.1/setup.py       2013-06-29 10:15:42.000000000 -0400
+--- bcfg2-1.3.2/setup.py       2013-07-01 17:24:46.000000000 -0400
++++ bcfg2-1.3.2/setup.py       2013-10-14 11:06:33.000000000 -0400
 @@ -24,13 +24,12 @@
  
  setup(name="Bcfg2",
-       version="1.3.1",
+       version=__version__,  # Defined in src/lib/Bcfg2/version.py
 -      description="Bcfg2 Server",
 +      description="Bcfg2 Client",
        author="Narayan Desai",
@@ -41,9 +41,9 @@
        install_requires=inst_reqs,
        tests_require=['mock', 'nose', 'sqlalchemy'],
        package_dir={'': 'src/lib', },
-       package_data={'Bcfg2.Reporting': [ 'templates/*.html',
-                                          'templates/*/*.html',
-                                          'templates/*/*.inc']},
+       package_data={'Bcfg2.Reporting': ['templates/*.html',
+                                         'templates/*/*.html',
+                                         'templates/*/*.inc']},
 -      scripts=glob('src/sbin/*'),
 -      data_files=[('share/bcfg2/schemas',
 -                   glob('schemas/*.xsd')),

Index: bcfg2-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/bcfg2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bcfg2-py.info       10 Jul 2013 13:44:01 -0000      1.2
+++ bcfg2-py.info       14 Oct 2013 15:19:30 -0000      1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: bcfg2-py%type_pkg[python]
-Version: 1.3.1
+Version: 1.3.2
 Revision: 1
 Description: Configuration management system
 License: BSD
@@ -14,19 +14,16 @@
        python%type_pkg[python]
 <<
 Source: ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-%v.tar.gz
-Source-MD5: f58d856e86ea0f517c073981504ffab4
-Source-Checksum: SHA1(f8fadd1a91236db59ed22ec0b7b4afcfef29e655)
+Source-MD5: 919a832fc695742913f738c6cbfd4a9b
+Source-Checksum: SHA1(23f99d3f7191b6859f41ddbd8adb15ff687f4ee4)
 PatchFile: %{Ni}.patch
-PatchFile-MD5: 9134f86d9c9e7f5517f9433f50c2f639
+PatchFile-MD5: c742b2271ae1d73824f1e84022e9ddc6
 PatchScript: <<
        %{default_script}
        ### Let's play it safe and make sure conf file is searched for in %p
        perl -pi -e 's|/etc/bcfg2.conf|%p$&-py%type_pkg[python]|g' 
src/lib/Bcfg2/Options.py src/sbin/bcfg2-build-reports src/lib/Bcfg2/settings.py
        ### fix program location
        perl -pi -e 's|/bin/true|/usr$&|g' 
testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py
-       ### fix django strictness
-       ### fixed upstream commit dc5ec0f8899f2a15aea34468899b7b9237874828
-       perl -pi -e "s|/site_media\'|/site_media/\'|g" src/lib/Bcfg2/settings.py
 <<
 CompileScript: <<
        %p/bin/python%type_raw[python] setup.py build
@@ -36,6 +33,7 @@
                cheetah-py%type_pkg[python],
                django-py%type_pkg[python],
                genshi-py%type_pkg[python],
+               lockfile-py%type_pkg[python],
                mock-py%type_pkg[python] (>= 1.0.1),
                sqlalchemy-py%type_pkg[python],
                yaml-py%type_pkg[python]


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to