[Erp5-report] r46062 jm - /erp5/trunk/utils/xml_marshaller/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 12 12:58:44 UTC 2018


Author: jm
Date: Mon Nov 12 12:58:44 2018
New Revision: 46062

URL: http://svn.erp5.org?rev=46062&view=rev
Log:
xml_marshaller: fix changelog

Added:
    erp5/trunk/utils/xml_marshaller/CHANGES.rst
      - copied, changed from r46061, erp5/trunk/utils/xml_marshaller/CHANGES.txt
Removed:
    erp5/trunk/utils/xml_marshaller/CHANGES.txt
Modified:
    erp5/trunk/utils/xml_marshaller/MANIFEST.in
    erp5/trunk/utils/xml_marshaller/setup.py

Copied: erp5/trunk/utils/xml_marshaller/CHANGES.rst (from r46061, erp5/trunk/utils/xml_marshaller/CHANGES.txt)
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/CHANGES.rst?p2=erp5/trunk/utils/xml_marshaller/CHANGES.rst&p1=erp5/trunk/utils/xml_marshaller/CHANGES.txt&r1=46061&r2=46062&rev=46062&view=diff
==============================================================================
    (empty)

Removed: erp5/trunk/utils/xml_marshaller/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/CHANGES.txt?rev=46061&view=auto
==============================================================================
--- erp5/trunk/utils/xml_marshaller/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/CHANGES.txt (removed)
@@ -1,40 +0,0 @@
-History
-=======
-
-1.0 (2018-11-12)
-----------------
-
-- Stop distinguish unicode and bytes and always return 'str'
-
-0.10 (2018-09-12)
------------------
-
-- Add support for Python 3
-
-0.9.7 (2010-10-30)
-------------------
-
-- Enhance egg folder structure
-  [nicolas Delaby]
-- Improve tests
-  [nicolas Delaby]
-- add XSD Schema
-  [nicolas Delaby]
-
-0.9.6 (2010-10-12)
-------------------
-
-- [fix] Support boolean transformation
-  [Nicolas Delaby]
-
-0.9.5 (2010-09-01)
-------------------
-
-- [fix] Formatting of documentation
-  [Lukasz Nowak]
-
-0.9.4 (2010-09-01)
-------------------
-
-- [fix] Instances are now correctly unmarshalled.
-  [Cedric de Saint Martin]

Modified: erp5/trunk/utils/xml_marshaller/MANIFEST.in
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/MANIFEST.in?rev=46062&r1=46061&r2=46062&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/MANIFEST.in [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/MANIFEST.in [utf8] Mon Nov 12 12:58:44 2018
@@ -1,2 +1,2 @@
+include CHANGES.rst
 recursive-include src *.xsd
-

Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=46062&r1=46061&r2=46062&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Mon Nov 12 12:58:44 2018
@@ -10,7 +10,7 @@ def read(name):
 long_description=(
         read('README.txt')
         + '\n' +
-        read('CHANGES.txt')
+        read('CHANGES.rst')
     )
 
 setup(name=name,



More information about the Erp5-report mailing list