Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
python-dateutil
python3-dateutil-utf8.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-dateutil-utf8.patch of Package python-dateutil
diff -uar a/setup.py b/setup.py --- a/setup.py 2012-06-02 23:25:14.980665500 -0600 +++ b/setup.py 2012-06-02 23:26:24.708667848 -0600 @@ -13,7 +13,7 @@ TOPDIR = os.path.dirname(__file__) or "." VERSION = re.search('__version__ = "([^"]+)"', - open(TOPDIR + "/dateutil/__init__.py").read()).group(1) + open(TOPDIR + "/dateutil/__init__.py", encoding="utf-8").read()).group(1) setup(name="python-dateutil",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor