Skip to content

Commit

Permalink
changelog for Pylons#3140
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Oct 22, 2017
1 parent e80491c commit d5a6629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Deprecations
Backward Incompatibilities
--------------------------

- On Python 3.4+ the ``repoze.lru`` dependency is dropped. If you were using
this package directly in your apps you should make sure that you are
depending on it directly within your project.
See https://github.com/Pylons/pyramid/pull/3140

Documentation Changes
---------------------

1 change: 0 additions & 1 deletion pyramid/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

try:
from functools import lru_cache

except ImportError:
from repoze.lru import lru_cache

Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# FITNESS FOR A PARTICULAR PURPOSE
#
##############################################################################

import sys

from setuptools import setup, find_packages

def readfile(name):
Expand Down

0 comments on commit d5a6629

Please sign in to comment.