17 changed files with 64 additions and 10 deletions
@ -0,0 +1,19 @@
|
||||
### Added |
||||
|
||||
- New pre-commit hooks. |
||||
|
||||
### Changed |
||||
|
||||
- The `filelines.insert_string_at_line` function now uses the `newline` argument. |
||||
This means that an input file is entirly re-written with the selected newline |
||||
instead of using the pre-exsising one for the non-inserted lines. This |
||||
prevents files from having mixed newlines. |
||||
- The `filelines.insert_string_at_line` function now uses `os.linesep` instead |
||||
of `\n` as newline. |
||||
|
||||
### Fixed |
||||
|
||||
- Passing the `newline` argument to the `atomicwrites` method |
||||
in `filelines.insert_string_at_line` function fixes [md-toc issue #33](https://github.com/frnmst/md-toc/issues/33). |
||||
- Imported fixes from fpydocs |
||||
- Fixed email, URLs and copyright headers |
@ -0,0 +1 @@
|
||||
724f1ae995ac8599e64962760c841289 fpyutils-2.1.0-py3-none-any.whl |
@ -0,0 +1 @@
|
||||
d2970d42034c0128319ffaba1d7a9657cf0d6031a042f6761a55c353fc1cdfdd fpyutils-2.1.0-py3-none-any.whl |
Binary file not shown.
@ -0,0 +1 @@
|
||||
3281faab38015bb78b064389275224db4be47fa70d19736a9406ca52454f6cf6 fpyutils-2.1.0.tar.gz |
@ -0,0 +1 @@
|
||||
9c5efeb40bb76e3ed4515d45a73aae5bba25a8032b546b88e4ad1197f1761b72c1b4b64b89973b25a42bd34e819b240d0db99eb1b022ee48078cfeca16736a66 fpyutils-2.1.0.tar.gz |
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE----- |
||||
|
||||
iQIzBAABCgAdFiEECQ7wtO7QEmICo89RJBFu2FZmeAoFAmGicDcACgkQJBFu2FZm |
||||
eAqCMA/9Hr6MOiBa9Kr45+zwxxO3jYU6ZICCtJk4ZSmveujhieZCHg3TZ6BYM9Yy |
||||
9fiZgoPhbPqyQEVYBZEvkERikJ0SSsLV4IqOTXDiIOQ0tlb26YadDOPdDCisHD+K |
||||
BUPX4XBJXtC2jgjYxJ5mUpbkBCib/PIlEZyzN7RoReWS9VDSpRTF6P79kD/Jzzmx |
||||
Wd8BDRyWgDdCh34lZxmC+DLkYx6zLenqx6YYzYXA42CTSKS+XKuFnpTD2uWcGwa0 |
||||
47d+3czdx8abfE8GUJcFmROPLfeceftuubgzbrINypLtEtXPbIXSj3zfpNMaw8rh |
||||
FxLaena+yz+egKIFLERD4t9rhAvkgzqzKLFjDMh89Unvz7jIXhwoRX0FAMBILkcA |
||||
o0zJe1LW+aavo0OAT6PKCYax3PcWzdLJxqp3ECx8ObpvnR7ZxrNm+qJ+C8eA3QT1 |
||||
/uwgkj18hg4H306c+jhVP1yI0n/ccKk6obG4AqG8BNORWV1ChCvb4xgzKhhRMOM2 |
||||
9MRbQd3cdAO1RfVI7bfhSqDXX1zulK3GVqdiBeAjYCAP0H7U1ghIgGks9TNX2QYq |
||||
/zKKvM2yGDXLJbEsmjP1A52tHhasyiUO9Zrirr1LqHLMV5zPouprQrcck4f1dFt3 |
||||
MmU/+YH2lI+HnHIQBIcymile4IFlvQBQeSgwFpdIra8AYdkBD0A= |
||||
=Dysk |
||||
-----END PGP SIGNATURE----- |
@ -0,0 +1,14 @@
|
||||
--- |
||||
layout: software_release |
||||
enable_markdown: true |
||||
title: release |
||||
excerpt: none |
||||
software_name: fpyutils |
||||
software_name_python_module: fpyutils |
||||
software_version: 2.1.0 |
||||
software_version_raw: 000002.000001.000000 |
||||
release_date: 2021-11-26 |
||||
is_on_pypi: true |
||||
has_changelog: true |
||||
signing_public_key: pgp_pubkey_since_2019.txt |
||||
--- |
Loading…
Reference in new issue