Skip to content

Commit

Permalink
The required AccessControl version containing TaintedBytes is now rel…
Browse files Browse the repository at this point in the history
…eased.
  • Loading branch information
Michael Howitz committed Apr 20, 2018
1 parent d0a0907 commit a3a5ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ parts =
checkversions
requirements
sources-dir = develop
auto-checkout = AccessControl

auto-checkout =

[testenv]
PYTHONHASHSEED = random
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _read_file(filename):
namespace_packages=['Products', 'Shared', 'Shared.DC'],
package_dir={'': 'src'},
install_requires=[
'AccessControl >= 4.0a8.dev0',
'AccessControl >= 4.0b4',
'Acquisition',
'BTrees',
'DateTime',
Expand Down
2 changes: 1 addition & 1 deletion sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github_push = git@github.com:zopefoundation

[sources]
# Zope-specific
AccessControl = git ${remotes:github}/AccessControl pushurl=${remotes:github_push}/AccessControl branch=TaintedBytes
AccessControl = git ${remotes:github}/AccessControl pushurl=${remotes:github_push}/AccessControl
Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/Acquisition
AuthEncoding = git ${remotes:github}/AuthEncoding pushurl=${remotes:github_push}/AuthEncoding
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime
Expand Down

0 comments on commit a3a5ab9

Please sign in to comment.