Commit 24f3beb3 authored by dkuhlman's avatar dkuhlman
Browse files

Prep for release 2.12b

parent 4a2a1c9d
No related merge requests found
Showing with 38 additions and 16 deletions
+38 -16
include README LICENSE MANIFEST.in
include setup.py
include generateDS.py
include generateds_config.py
include generateDS.txt
include django/gends_run_gen_django.py
include django/gends_extract_simple_types.py
......@@ -77,14 +78,24 @@ include tests/people_procincl_b.xsd
include tests/abstract_type.xsd
include tests/abstract_type1_sup.py tests/abstract_type1_sub.py
include tests/abstract_type2_sup.py tests/abstract_type2_sub.py
include tests/simpletypes_other.xsd
include tests/simpletypes_other1_sup.py tests/simpletypes1_other_sub.py
include tests/simpletypes_other2_sup.py tests/simpletypes_other2_sub.py
include tests/simpletypes_other1_sub.py tests/simpletypes1_other_sup.py
include tests/simpletypes_other2_sub.py tests/simpletypes_other2_sup.py
include tests/attr_groups.xsd
include tests/attr_groups1_sup.py tests/attr_groups1_sub.py
include tests/attr_groups2_sup.py tests/attr_groups2_sub.py
include tests/oneper00.xsd tests/oneper01.xsd tests/oneper02.xsd
include tests/OnePer/oneperType0?_?One.py
include tests/anonymous_type.xsd
include tests/anonymous_type1_sub.py tests/anonymous_type1_sup.py
include tests/anonymous_type2_sub.py tests/anonymous_type2_sup.py
include tests/catalog.xml tests/catalogtest.xsd
include tests/catalogtest1_sub.py tests/catalogtest1_sup.py
include tests/catalogtest2_sub.py tests/catalogtest2_sup.py
include tests/to_etree.xsd tests/to_etree.xml
include tests/to_etree1.xml tests/to_etree2.xml
include tests/to_etree1_sub.py tests/to_etree1_sup.py
include tests/to_etree2_sub.py tests/to_etree2_sup.py
include gui/generateds_gui.py
include gui/generateds_gui.glade
......
......@@ -148,12 +148,15 @@ Version 2.12b (02/10/2014)
documentation for more on this. Thanks to Mikki Weesenaar for
bring up the use case that needed this.
- Additional fixes for the "one module per XSD file". Also,
creation of a unit test for this capability. Thanks again to
creation of a unit test for this capability. See section "One
Per -- generating separate files from imported/included schemas"
in the documentation for more information. Thanks again to
George David for all his work on this.
- Fixes to process_includes.py -- Some uses of namespace prefix xs:
were hard-coded, whereas some XML schemas use xsd: instead of xs:.
- Various fixes to unit tests so that all unit tests pass when using
the cloned Mercurial repository.
either the cloned Mercurial repository at Bitbucket
(https://bitbucket.org/dkuhlman/generateds) or the tar achive.
Version 2.12a (10/29/2013)
- A name conflict issue caused by naming anonymous types. An
......
......@@ -220,7 +220,7 @@ They are used by updateversion.py. -->
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.12a</td>
<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.12b</td>
</tr>
</tbody>
</table>
......@@ -229,7 +229,7 @@ They are used by updateversion.py. -->
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">date:</th><td class="field-body">February 07, 2014</td>
<tr class="field"><th class="field-name">date:</th><td class="field-body">February 10, 2014</td>
</tr>
</tbody>
</table>
......@@ -2494,7 +2494,7 @@ generate a separate Python module for each XML schema that is
imported or included (using <tt class="docutils literal">&lt;xs:import&gt;</tt> or <tt class="docutils literal">&lt;xs:include&gt;</tt>) by
a &quot;master&quot; schema. Then, in your Python application, these modules
can then be imported separately. Alternatively, these modules can
be placed in a Python package (a directory containing a file name
be placed in a Python package (a directory containing a file named
&quot;__init__.py&quot;). See
<a class="reference external" href="http://docs.python.org/2/tutorial/modules.html#packages">http://docs.python.org/2/tutorial/modules.html#packages</a> for more on
Python packages.</p>
......@@ -2865,7 +2865,7 @@ following among others:</p>
<div class="footer">
<hr class="footer" />
<a class="reference external" href="generateDS.txt">View document source</a>.
Generated on: 2014-02-07 17:27 UTC.
Generated on: 2014-02-10 22:19 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
......
......@@ -187,9 +187,12 @@ div.warning p.admonition-title {
font-family: sans-serif }
tt.docutils {
background-color: #eeeeee;
background-color: #dddddd;
}
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
......@@ -214,7 +217,7 @@ tt.docutils {
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.12a</td>
<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.12b</td>
</tr>
</tbody>
</table>
......@@ -223,7 +226,7 @@ tt.docutils {
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">date:</th><td class="field-body">October 29, 2013</td>
<tr class="field"><th class="field-name">date:</th><td class="field-body">February 10, 2014</td>
</tr>
</tbody>
</table>
......@@ -377,6 +380,7 @@ this command for your needs. For example, you may need to use
<div class="footer">
<hr class="footer" />
<a class="reference external" href="librarytemplate_howto.txt">View document source</a>.
Generated on: 2014-02-10 22:19 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
......
......@@ -187,9 +187,12 @@ div.warning p.admonition-title {
font-family: sans-serif }
tt.docutils {
background-color: #eeeeee;
background-color: #dddddd;
}
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
......@@ -216,7 +219,7 @@ They are used by updateversion.py. -->
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.12a</td>
<tr class="field"><th class="field-name">revision:</th><td class="field-body">2.12b</td>
</tr>
</tbody>
</table>
......@@ -225,7 +228,7 @@ They are used by updateversion.py. -->
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">date:</th><td class="field-body">October 29, 2013</td>
<tr class="field"><th class="field-name">date:</th><td class="field-body">February 10, 2014</td>
</tr>
</tbody>
</table>
......@@ -1207,6 +1210,7 @@ named <tt class="docutils literal">garden_api.py</tt>, you can create an instanc
<div class="footer">
<hr class="footer" />
<a class="reference external" href="generateds_tutorial.txt">View document source</a>.
Generated on: 2014-02-10 22:19 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
......
No preview for this file type
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment