Skip to content

Commit

Permalink
Rely on native f-strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 1, 2021
1 parent e5839f8 commit 4564b14
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v11.2.0
=======

Rely on native f-strings and remove dependency on future-fstrings.

v11.1.0
=======

Expand Down
2 changes: 0 additions & 2 deletions jaraco/mongodb/fixtures.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: future-fstrings

import shlex
import os

Expand Down
2 changes: 0 additions & 2 deletions jaraco/mongodb/migration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: future-fstrings

'''
Migration support as features in MongoWorld 2016
From the Polls to the Trolls.
Expand Down
2 changes: 0 additions & 2 deletions jaraco/mongodb/service.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: future-fstrings

import os
import sys
import tempfile
Expand Down
2 changes: 0 additions & 2 deletions jaraco/mongodb/sessions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: future-fstrings

"""
A MongoDB-backed CherryPy session store.
Expand Down
2 changes: 0 additions & 2 deletions jaraco/mongodb/sharding.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: future_fstrings

import socket
import operator

Expand Down
2 changes: 0 additions & 2 deletions jaraco/mongodb/tests/test_oplog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: future-fstrings

import functools

import bson
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ install_requires =
tempora
pytimeparse
jaraco.collections>=2
future-fstrings
setup_requires = setuptools_scm[toml] >= 3.4.1

[options.packages.find]
Expand Down

0 comments on commit 4564b14

Please sign in to comment.