Skip to content

Commit a9afee4

Browse files
authored
chore: prepare for 1.7.2 (#572)
* chore: bump pre-commit * docs: update changelog * chore: drop unneeded line
1 parent 71a9887 commit a9afee4

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: fix-encoding-pragma
2222

2323
- repo: https://github.com/psf/black
24-
rev: "21.11b1"
24+
rev: "21.12b0"
2525
hooks:
2626
- id: black
2727

@@ -50,7 +50,7 @@ repos:
5050
stages: [manual]
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v0.910-1"
53+
rev: "v0.930"
5454
hooks:
5555
- id: mypy
5656
files: plumbum

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.7.2
2+
-----
3+
4+
* Commands: avoid issue mktemp issue on some BSD variants (`#571 <https://github.com/tomerfiliba/plumbum/pull/571>`_)
5+
* Better specification of dependency on pywin32 (`#568 <https://github.com/tomerfiliba/plumbum/pull/568>`_)
6+
* Some DeprecationWarnings changed to FutureWarnings (`#567 <https://github.com/tomerfiliba/plumbum/pull/567>`_)
7+
8+
19
1.7.1
210
-----
311

plumbum/cli/i18n.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def ngettext(self, str1, strN, n):
1818
def get_translation_for(package_name):
1919
return NullTranslation()
2020

21-
2221
else:
2322
import gettext
2423
import os

plumbum/fs/atomic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def locked_file(fileno, blocking=True):
5454
finally:
5555
UnlockFile(hndl, 0, 0, 0xFFFFFFFF, 0xFFFFFFFF)
5656

57-
5857
else:
5958
if hasattr(fcntl, "lockf"):
6059

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ select = C,E,F,W,B,B9
103103

104104
[tool:isort]
105105
profile = black
106-
multi_line_output = 3
107106

108107
[check-manifest]
109108
ignore =

0 commit comments

Comments
 (0)