Revisions of python-tomli
buildservice-autocommit
accepted
request 1207162
from
Markéta Machová (mcalabkova)
(revision 18)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1207140
from
John Paul Adrian Glaubitz (glaubitz)
(revision 17)
- Update to 2.0.2 * Removed - Python 3.7 support * Improved - Make `loads` raise `TypeError` not `AttributeError` on bad input types that do not have the `replace` attribute. Improve error message when `bytes` is received. * Type annotations - Type annotate `load` input as `typing.IO[bytes]` (previously `typing.BinaryIO`).
buildservice-autocommit
accepted
request 1194756
from
Factory Maintainer (factory-maintainer)
(revision 16)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 15)
Matej Cepl (mcepl)
committed
(revision 14)
- Make testing more verbose
Dirk Mueller (dirkmueller)
committed
(revision 13)
- remove buildignore on ca-certificates. flit-core is no longer devendored so we do not have a build cycle anymore
buildservice-autocommit
accepted
request 1081740
from
Dirk Mueller (dirkmueller)
(revision 12)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1081663
from
Dirk Mueller (dirkmueller)
(revision 11)
SR for python stack proposal
Matej Cepl (mcepl)
accepted
request 957574
from
Ferdinand Thiessen (susnux)
(revision 10)
- Update to 2.0.1: * More uniform error messages * Raise a friendly TypeError for wrong file mode * Allow parse_float to return objects having the append attr * Eagerly raise an error if parse_float returns an illegal type * Tests ported to unittest - Merge base and -test package, there is no extra dependency any more, tests just need the python interpreter
Matej Cepl (mcepl)
accepted
request 948283
from
Matej Cepl (mcepl)
(revision 9)
- Upgrade to 2.0.0: - Removed Python 3.6 support - Support for text file objects as load input. Use binary file objects instead. - First argument of load and loads can no longer be passed by keyword. - Allow lower case "t" and "z" in datetimes - Raise an error when dotted keys define values outside the "current table". Technically speaking TOML v1.0.0 does allow such assignments but that isn't intended by specification writers, and will change in a future specification version (see the pull request). - Illegal characters in error messages were surrounded by two pairs of quotation marks - TOMLDecodeError.__module__ is now the public import path (tomli) instead of private import path (tomli._parser) - Eliminated an import cycle when typing.TYPE_CHECKING is True. This allows sphinx-autodoc-typehints to resolve type annotations.
Matej Cepl (mcepl)
accepted
request 925542
from
Benjamin Greiner (bnavigator)
(revision 8)
- Yet another dependency cycle to break: tomli - flit_core - tomli https://flit.readthedocs.io/en/latest/bootstrap.html
Matej Cepl (mcepl)
accepted
request 925389
from
Dominique Leuenberger (dimstar)
(revision 7)
- BuildIgnore ca-certificates: python-pip brings it in for regular operation, but as we do not ever do https:// connections during a build we do not depend on certificates. Allows us to break up a build cycle.
Matej Cepl (mcepl)
committed
(revision 6)
Fix BRs
Matej Cepl (mcepl)
committed
(revision 5)
Fix name of the package with multibuild
Matej Cepl (mcepl)
accepted
request 925175
from
Benjamin Greiner (bnavigator)
(revision 4)
- Split build and tests in _multibuild in order to avoid depcycle
Dominique Leuenberger (dimstar_suse)
accepted
request 923002
from
Benjamin Greiner (bnavigator)
(revision 3)
initialized devel package after accepting 923002
Matej Cepl (mcepl)
accepted
request 922896
from
Benjamin Greiner (bnavigator)
(revision 2)
skip python2 - initial specfile for version 1.2.1 - required by setuptools_scm
Matej Cepl (mcepl)
accepted
request 922881
from
Benjamin Greiner (bnavigator)
(revision 1)
required by setuptools_scm 6
Displaying all 18 revisions