[python-pyvfs] 0.2.5-1: objectfs cycle detection fixes

Peter V. Saveliev psavelye at fedoraproject.org
Fri Oct 19 22:39:05 UTC 2012


commit 8ebdabe079431aaf72b0647b0df2ff1151df0923
Author: Peter V. Saveliev <peet at redhat.com>
Date:   Sat Oct 20 00:36:37 2012 +0200

    0.2.5-1: objectfs cycle detection fixes

 .gitignore        |    1 +
 python-pyvfs.spec |   12 ++++++++++--
 sources           |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a64db45..0dbd64e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pyvfs-0.2.3.tar.gz
+/pyvfs-0.2.5.tar.gz
diff --git a/python-pyvfs.spec b/python-pyvfs.spec
index 807c32a..b4efc22 100644
--- a/python-pyvfs.spec
+++ b/python-pyvfs.spec
@@ -1,8 +1,8 @@
 %global pkgname pyvfs
 
 Name: python-%{pkgname}
-Version: 0.2.3
-Release: 2%{?dist}
+Version: 0.2.5
+Release: 1%{?dist}
 Summary: Simple python VFS library
 License: GPLv3+
 Group: Development/Languages
@@ -36,6 +36,14 @@ to represent Python objects as files.
 %{python_sitelib}/%{pkgname}*
 
 %changelog
+* Fri Oct 19 2012 Peter V. Saveliev <peet at redhat.com> 0.2.5-1
+- new cycle detection mechanism for objectfs
+- transaction-like cleanup for Inode class
+
+* Tue Oct 16 2012 Peter V. Saveliev <peet at redhat.com> 0.2.4-1
+- Function exports added
+- Method calls (by FS read/write) implemented
+
 * Sat Oct 13 2012 Peter V. Saveliev <peet at redhat.com> 0.2.3-2
 - Add build section
 - Change BuildRequires python2-devel
diff --git a/sources b/sources
index 25248b8..6f69055 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e52b7957d0f3ccc7f44ddeb003fbc6d  pyvfs-0.2.3.tar.gz
+8a3731aaab899ffcd5e238aff9a98887  pyvfs-0.2.5.tar.gz


More information about the scm-commits mailing list