pyxb 1.2.6+dfsg-1 source package in Ubuntu

Changelog

pyxb (1.2.6+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches after git-dpm to gbp pq conversion
  * Repack because of pre-built documentation.
  * Replace debian/upstream-signing-key.pgp with debian/upstream/signing-
    key.asc.
  * Add patch to remove sphinx_epytext.
  * Remove jquery.js and Expat license from d/copyright because of DFSG
    repack.
  * Bump Standards-Version to 4.1.0.

 -- Michael Fladischer <email address hidden>  Tue, 26 Sep 2017 21:26:00 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyxb_1.2.6+dfsg-1.dsc 2.4 KiB 8dd7ba65acbe281913f05326129c1428614bea9c1f4a39c0b471b07924f154e3
pyxb_1.2.6+dfsg.orig.tar.gz 6.5 MiB d50ac3bf25eec43e483a463f74b883328c6dbe6d2ca5e2945c31ec203c91e829
pyxb_1.2.6+dfsg-1.debian.tar.xz 17.8 KiB 9f07e7b6494a79351739a059f6c11412cf4ba0c4de6f181b86fc3a811fc9504a

Available diffs

No changes file available.

Binary packages built by this source

python-pyxb: No summary available for python-pyxb in ubuntu cosmic.

No description available for python-pyxb in ubuntu cosmic.

python-pyxb-bundles-common: Python XML Schema Bindings (common bindings for Python2)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt common XML bindings for Python2.

python-pyxb-bundles-dc: Python XML Schema Bindings (Dublin Core bindings for Python2)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Dublin Core Metadata Initiative bindings
 for Python2.

python-pyxb-bundles-saml20: Python XML Schema Bindings (SAML bindings for Python2)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Security Assertion Markup Language bindings
 for Python2.

python-pyxb-bundles-wssplat: Python XML Schema Bindings (WS-* bindings for Python2)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt WS-* bindings for Python2.

python-pyxb-doc: No summary available for python-pyxb-doc in ubuntu cosmic.

No description available for python-pyxb-doc in ubuntu cosmic.

python3-pyxb: Python XML Schema Bindings (Python3 version)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the Python 3 version of the library.

python3-pyxb-bundles-common: No summary available for python3-pyxb-bundles-common in ubuntu cosmic.

No description available for python3-pyxb-bundles-common in ubuntu cosmic.

python3-pyxb-bundles-dc: No summary available for python3-pyxb-bundles-dc in ubuntu cosmic.

No description available for python3-pyxb-bundles-dc in ubuntu cosmic.

python3-pyxb-bundles-saml20: Python XML Schema Bindings (SAML bindings for Python3)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt Security Assertion Markup Language bindings
 for Python3.

python3-pyxb-bundles-wssplat: Python XML Schema Bindings (WS-* bindings for Python3)

 PyXB is a pure Python package that generates Python code for classes that
 correspond to data structures defined by XMLSchema. In concept it is similar to
 JAXB for Java and CodeSynthesis XSD for C++.
 .
 The major goals of PyXB are:
  * Provide a generated Python interface that is “Pythonic”, meaning similar to
    one that would have been hand-written:
    + Attributes and elements are Python properties, with name conflicts
      resolved in favor of elements
    + Elements with maxOccurs larger than 1 are stored as Python lists
    + Bindings for type extensions inherit from the binding for the base type
    + Enumeration constraints are exposed as class (constant) variables
  * Support bi-directional conversion (document to Python and back)
  * Allow easy customization of the generated bindings to provide functionality
    along with content
  * Support all XMLSchema features that are in common use, including:
    + complex content models (nested all/choice/sequence)
    + cross-namespace dependencies
    + include and import directives
    + constraints on simple types
  * Validate the documents against their schema
 .
 This package contains the prebuilt WS-* bindings for Python3.