commit
stringlengths
40
40
subject
stringlengths
1
3.25k
old_file
stringlengths
4
311
new_file
stringlengths
4
311
old_contents
stringlengths
0
26.3k
lang
stringclasses
3 values
proba
float64
0
1
diff
stringlengths
0
7.82k
610be14000852853333f6faa9712b390f0a601d3
update setup
setup.py
setup.py
"""A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html https://github.com/pypa/sampleproject """ ''' to install in development mode, run the following code from command line "python setup.py develop" ''' # Always prefer setuptools over distutils from setuptools import setup...
Python
0.000001
@@ -2495,16 +2495,27 @@ oalchemy +%3E=0.7.3.dev ',%0A @@ -2670,16 +2670,26 @@ oalchemy +-0.7.3.dev %22%0A %5D,
6316302b58e448d62e4fd99b2c5509eb4c504409
Bring functions up to package level
pipes/configs/__init__.py
pipes/configs/__init__.py
from .prepare_configs import *
Python
0
@@ -1,8 +1,31 @@ +from .outputs import *%0A from .pr @@ -39,16 +39,37 @@ onfigs import *%0A +from .utils import *%0A
ccf44cd62c72c4a5f0eb578bf78f2c82f9241c07
Update setup script
setup.py
setup.py
#!/usr/bin/env python from setuptools import find_packages, setup setup(name='UPOL-Search-Engine', version='0.6-dev', description='UPOL Search engine is search engine for upol.cz domain, \ topic of Master thesis on Department of Computer Science UPOL', author='Tomas Mikula', author_email...
Python
0.000001
@@ -591,16 +591,95 @@ mplates/ +search/*',%0A 'upol_search_engine/templates/info/ *',%0A
be300b38339f28eaa9c79c0a0f7a9baa0cf91465
bump in setup too
setup.py
setup.py
#!/usr/bin/env python import os from setuptools import setup import versioneer here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, "README.md"), encoding="utf-8") as f: long_description = f.read() setup( name="fsspec", version=versioneer.get_version(), cmdclass=versioneer....
Python
0
@@ -1511,16 +1511,21 @@ %22pyarrow + %3E= 1 %22%5D,%0A
dc73d33108c013272d3f776ccd0d1c649aee0b3e
Use list instead of set for install_requires
setup.py
setup.py
from setuptools import setup descr = """skan: skeleton analysis in Python. Inspired by the "Analyze skeletons" Fiji plugin, by Ignacio Arganda-Carreras. """ DISTNAME = 'skan' DESCRIPTION = 'Analysis of object skeletons' LONG_DESCRIPTION = descr MAINTAINER = 'Juan Nunez-Iglesias' MAINTA...
Python
0
@@ -583,11 +583,10 @@ = -%7B%7D +%5B%5D %0A%0A%0Ai
6d69373a442f6afc7ebf1a861eab90c84244adc5
Bump version.
setup.py
setup.py
from distutils.core import setup setup( name='openface', version='0.1.1', description="Face recognition with Google's FaceNet deep neural network.", url='https://github.com/cmusatyalab/openface', packages=['openface'], package_data={'openface': ['*.lua']}, )
Python
0
@@ -74,11 +74,11 @@ ='0. -1.1 +2.0 ',%0A
7c95e01bdbdbe95a6c42005b278473d05f82e2ef
Update setup.py
setup.py
setup.py
#!/usr/bin/env python # # Copyright (C) 2013-2015 Russell Poldrack <poldrack@stanford.edu> # # Some portions were borrowed from: # https://github.com/mwaskom/lyman/blob/master/setup.py # and: # https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/ import os from setuptools import...
Python
0.000001
@@ -613,16 +613,18 @@ N = '2.0 +.0 '%0A%0Aif os @@ -1172,17 +1172,17 @@ thon :: -2 +3 .7',%0A @@ -1229,11 +1229,11 @@ :: -BSD +MIT Lic
58458a98735304b77c8f3665b87b220d2401b47b
Bump to 0.1.3
setup.py
setup.py
# -*- coding: utf-8 -*- import os from setuptools import setup, find_packages # Vagrant / tox workaround (http://bugs.python.org/issue8876#msg208792) if os.environ.get('USER', '') == 'vagrant': del os.link root = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(root, 'README.rst')) as f: REA...
Python
0.00033
@@ -380,17 +380,17 @@ on='0.1. -2 +3 ',%0A d
ccaeb12c3b1affa98f08945088c09f6636dcff0f
Up to 1.2
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages # https://github.com/msabramo/virtualenv/commit/ddd0aa02cf822fc690ff9c4bfead70c3e6767eee try: import multiprocessing except ImportError: pass setup( name='django-celery-rpc', version='1.1', packages=find_packages(), url='https:...
Python
0.999757
@@ -264,17 +264,17 @@ sion='1. -1 +2 ',%0A p
29356e6d49ee607566599d8c585139b3d0838c9a
Bump plenum version to 82
setup.py
setup.py
#!/usr/bin/env python import sys import os import subprocess from setuptools import setup, find_packages, __version__ from setuptools.command.develop import develop from setuptools.command.install import install v = sys.version_info if sys.version_info < (3, 5): msg = "FAIL: Requires Python 3.5 or later, " \ ...
Python
0
@@ -2667,10 +2667,10 @@ 1.0. -79 +82 ',%0A
4932507f9505b5345aa0f7c0391426cdfcd4e5ad
update setup for new dependency
setup.py
setup.py
"""Installation script for the City Energy Analyst""" import os from setuptools import setup, find_packages import cea __author__ = "Daren Thomas" __copyright__ = "Copyright 2017, Architecture and Building Systems - ETH Zurich" __credits__ = ["Daren Thomas"] __license__ = "MIT" __version__ = cea.__version__ __mainta...
Python
0
@@ -1225,32 +1225,78 @@ rk with python2%0A + 'flask-restplus==0.12.1',%0A
efed896d21ad90075a5c7bff2b2ef1300a237ea4
Add quick-fix
setup.py
setup.py
import os.path as path from setuptools import setup def get_readme(filename): with open(path.join(path.dirname(__file__), filename)) as readme: content = readme.read() return content setup(name="mdx_linkify", version="0.4", author="Raitis (daGrevis) Stengrevics", author_email="dagre...
Python
0.000826
@@ -73,16 +73,69 @@ ename):%0A + if not path.exists(filename):%0A return %22%22%0A%0A with
93b96f2e50ad917a61078ce6420eb025d9d5b862
fix setup.py
setup.py
setup.py
''' nrepl-python-client ------------------- A Python client for the nREPL Clojure networked-REPL server. Links ````` * `documentation <http://packages.python.org/nrepl-python-client>`_ * `development version <https://github.com/cemerick/nrepl-python-client>`_ ''' from setuptools import se...
Python
0.000001
@@ -605,16 +605,17 @@ License' +, %0A @@ -651,16 +651,17 @@ English' +, %0A @@ -896,16 +896,17 @@ Modules' +, %0A
a3296cf5bf2201bd216e3a5b263a7c31beee4d1d
add Pylons as a dependency, r=fredj (closes #97)
setup.py
setup.py
# # Copyright (C) 2007-2008 Camptocamp # # This file is part of MapFish # # MapFish is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later...
Python
0.000001
@@ -1071,16 +1071,67 @@ 0.4.0',%0A + 'Pylons %3E= 0.9.6.1',%0A
8494b08bf0db08cbe4162a97f9bef4f108747cb9
bump minor version: fixed .perform and added tests.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages setup( name = 'pyramid_torque_engine', version = '0.2.5', description = 'Pyramid and nTorque based dual queue work engine system.', author = 'James Arthur', author_email = 'username: thruflo, domain: gmail.co...
Python
0
@@ -151,9 +151,9 @@ 0.2. -5 +6 ',%0A
9d2df9cbeebaee7ff87957b49e72e5d762550aee
Add keywords and classifiers to setup.py
setup.py
setup.py
#!/usr/bin/env python # encoding: utf-8 """ Python setup file. """ import setuptools import os.path from RedditWallpaperChooser import __version__ __author__ = 'aldur' _readme = "README.md" _requirements = "requirements.txt" _requirements_extra = "requirements_extra.txt" def readme(): """Open and return the ...
Python
0
@@ -1085,17 +1085,8 @@ oad -the most tren @@ -1135,16 +1135,16 @@ oice.',%0A + long @@ -1587,48 +1587,525 @@ -# TODO: include classifiers and keywords. +classifiers=%5B%0A 'Development Status :: 5 - Production/Stable',%0A 'Environment :: Console',%0A 'Intended Audience :: End Users/...
f2282fa651fbf4df3a96315bd03e2241c0e4319b
Add package classifiers
setup.py
setup.py
#!/usr/bin/env python """ pwm ~~~~~~~~~~~~~~ pwm is a simple, secure password manager that can't disclose your passwords - since it's doesn't know them. """ import sys from setuptools import setup, find_packages install_requires = [ 'sqlalchemy', 'requests', ] if sys.version_info < (2, 7, 0): ...
Python
0.000002
@@ -787,10 +787,1503 @@ %0A %7D,%0A + classifiers=%5B%0A # 'Development Status :: 1 - Planning',%0A 'Development Status :: 2 - Pre-Alpha',%0A # 'Development Status :: 3 - Alpha',%0A # 'Development Status :: 4 - Beta',%0A # 'Development Status :: 5 - Production/Stable',%0A ...
a523cf17101dbd0bd27e62b52ee48187241a88f7
Add third_party package
setup.py
setup.py
#!/usr/bin/env python # Copyright 2009 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required...
Python
0.000001
@@ -1613,24 +1613,55 @@ namebench',%0A + 'third_party',%0A
92b2524f977ef1b5f14496fbfc9e00363ca42099
fix imports
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages requirements = ['Django>=1.7.0', ] try: from unittest import mock except ImportError: requirements.append('mock') setup( name="django-doberman", version="0.5.2", author="Nicolas Mendoza", author_email="niccolasmendoza@gmail.com...
Python
0.000002
@@ -236,17 +236,17 @@ on=%220.5. -2 +3 %22,%0A a
991d1a449651daa083779cc0bbe7a75d80bb95cd
Version bump
setup.py
setup.py
from setuptools import setup APP_NAME = "django-bit-category" VERSION = 0.2 setup( name=APP_NAME, version=VERSION, description="Django category app which uses tree-like structure using bitwise primary key.", packages=[ 'bitcategory', ], package_data={ "": ["static/bitcategory/...
Python
0.000001
@@ -72,9 +72,9 @@ = 0. -2 +4 %0A%0Ase
b4d51f0e5bc5be63d818171cf21e989de1398038
add a test command
setup.py
setup.py
from distutils.core import setup from jsonref import __version__ with open("README.rst") as readme: long_description = readme.read() classifiers = [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Indepen...
Python
0.000606
@@ -25,16 +25,25 @@ rt setup +, Command %0A%0Afrom j @@ -70,16 +70,293 @@ ion__%0A%0A%0A +class PyTest(Command):%0A user_options = %5B%5D%0A def initialize_options(self):%0A pass%0A def finalize_options(self):%0A pass%0A def run(self):%0A import sys,subprocess%0A errno = subpr...
c607cf3331fa055e183a3d88be1cc808ac9c4063
fix threading locking textinput
travis_xf/indicator.py
travis_xf/indicator.py
#!/usr/bin/env python import requests import sys import threading from repository import Repository from repository_list import RepositoryList from preferences_window import PreferencesWindow from build_status import BuildStatus from gi.repository import AppIndicator3 from gi.repository import GObject, Gtk, GLib REF...
Python
0.000001
@@ -333,10 +333,9 @@ L = -10 +3 %0A%0Acl @@ -903,16 +903,57 @@ = None%0A%0A + self.editing_preferences = False%0A @@ -1136,16 +1136,56 @@ allback) +%0A self.editing_preferences = True %0A%0A de @@ -1459,24 +1459,65 @@ uild_menu()) +%0A self.editing_preferences = False %0A%0A ...
d0d50f5a0a7dd325f35401745d9e6d8ed983a0f4
bump version to 1.8.0
setup.py
setup.py
from setuptools import setup setup( name='check_mk_web_api', packages=['check_mk_web_api'], version='1.7.1', description='Library to talk to Check_Mk Web API', author='Max Brenner', author_email='xamrennerb@gmail.com', url='https://github.com/brennerm/check-mk-web-api', download_url='ht...
Python
0
@@ -113,11 +113,11 @@ ='1. -7.1 +8.0 ',%0A @@ -370,9 +370,11 @@ e/1. -6 +8.0 .tar
4fc920e26d788a52e3a49c3fbf308db7b99fcc35
Add HealthCheckTags
troposphere/route53.py
troposphere/route53.py
# Copyright (c) 2012-2013, Mark Peek <mark@peek.org> # All rights reserved. # # See LICENSE file for full license. from . import AWSHelperFn, AWSObject, AWSProperty from .validators import integer, positive_integer, network_port class AliasTarget(AWSHelperFn): def __init__(self, hostedzoneid, dnsname, evaluateta...
Python
0
@@ -158,16 +158,22 @@ Property +, Tags %0Afrom .v @@ -2540,32 +2540,74 @@ uration, True),%0A + 'HealthCheckTags': (Tags, False),%0A %7D%0A%0A%0Aclass Ho
01a7ee9f45b85d42cf97ed59b3aa74f799c16ed2
Set long_description_content_type
setup.py
setup.py
#!/usr/bin/env python import sys from setuptools import setup requires = ['awscli>=1.11.0'] setup( name='awscli-plugin-endpoint', packages=['awscli_plugin_endpoint'], version='0.3', description='Endpoint plugin for AWS CLI', long_description=open('README.md').read(), author='Wenbing Li', a...
Python
0.000029
@@ -283,16 +283,67 @@ read(),%0A + long_description_content_type='text/markdown',%0A auth
7b906b954b29b78709c8270d6920196f0b53ddf2
remove long description so there's a README.
setup.py
setup.py
from setuptools import setup import opterator setup( name="opterator", version=opterator.__version__, py_modules=['opterator', 'test_opterator'], author="Dusty Phillips", author_email="dusty@buchuki.com", license="MIT", keywords="opterator option parse parser opt...
Python
0.00023
@@ -457,300 +457,8 @@ .%22,%0A - long_description=%22%22%22A decorator for a script's main%0A entry point that uses a function signature and docstring to%0A pseudo-automatically create an option parser. When invoked, the option parser%0A automatically maps command-line arguments to function...
74fbd5ee712a735d2c53999f0d2dcd8764f4dd1c
Version bump
setup.py
setup.py
import codecs import os try: # for pip >= 10 from pip._internal.req import parse_requirements except ImportError: # for pip <= 9.0.3 from pip.req import parse_requirements from setuptools import setup, find_packages VERSION = "1.21.2" AUTHOR = "Mike Lissner" EMAIL = "info@free.law" HERE = os.path.abspath(o...
Python
0.000001
@@ -238,17 +238,17 @@ = %221.21. -2 +3 %22%0AAUTHOR
ecdd0aeaeae9abafde149b8231fb54053384581f
Bump version
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='django-generic-follow', version='0.5.1', description='Generic follow system for Django', long_description=open('README.rst').read(), author='Gizmag', author_email='tech@gizmag.com', url='https://github.com/gizma...
Python
0
@@ -119,17 +119,17 @@ on='0.5. -1 +2 ',%0A d
fe19c19e5da46065ffe7485ed973758ad3b88b03
fix classmethod parameter
privacyidea/lib/machines/base.py
privacyidea/lib/machines/base.py
# -*- coding: utf-8 -*- # # 2015-02-25 Cornelius Kölbel <cornelius@privacyidea.org> # Initial writup # # This code is free software; you can redistribute it and/or # modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE # License as published by the Free Software Foundation; either # version 3...
Python
0.000001
@@ -5211,20 +5211,19 @@ ription( -self +cls ):%0A
a4bf060b62524f6fc4258b736ffe6b0a041c5d49
Add requires metadata for django and python-openid.
setup.py
setup.py
#!/usr/bin/env python # django-openid-auth - OpenID integration for django.contrib.auth # # Copyright (C) 2009 Canonical Ltd. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # * Redistributions of source code must ...
Python
0
@@ -3049,14 +3049,104 @@ %7D,%0A + provides=%5B'django_openid_auth'%5D,%0A requires=%5B'django (%3E=1.0)', 'openid (%3E=2.2.0)'%5D,%0A )%0A
ef30ed4a6a7b856aaefa658f05e01c58b79d38b9
fix dev status
setup.py
setup.py
#!/bin/env python # vim: set et ts=4 sw=4 fileencoding=utf-8: ''' Setup script for pycsync ''' import os from setuptools import setup # Ensure we are in pycsync source dir SETUP_DIRNAME = os.path.dirname(__file__) if SETUP_DIRNAME != '': os.chdir(SETUP_DIRNAME) PYCSYNC_VERSION = os.path.join(os.path.abspath(SETU...
Python
0.000001
@@ -1291,9 +1291,9 @@ :: -3 +4 - B
ef72edebc38c88d7c9fbd49b36ce55408867b3b9
Update inversetoon init.
setup.py
setup.py
# -*- coding: utf-8 -*- ## @package setup # # setup utility package. # @author tody # @date 2015/07/29 from setuptools import setup, find_packages from npr_sfs import __author__, __version__, __license__ setup( name = 'inversetoon', version = __version__, description = 'Sample ...
Python
0
@@ -166,15 +166,19 @@ rom -npr_sfs +inversetoon imp
d3025e05ba0dba3ca19996438666c6dc277814a6
Bump version
setup.py
setup.py
#!/usr/bin/env python from distutils.core import setup setup(name='django-model-repr', version='0.0.1', description='A django library for Model\'s __repr__ to be more informative', author='Larry Kim', author_email='pypi@relip.org', packages=['django_model_repr'], )
Python
0
@@ -105,9 +105,9 @@ 0.0. -1 +2 ',%0A
dab2112a8db676d47c8068c559fdf89ee9857516
Bump version number
setup.py
setup.py
from distutils.core import setup setup(name='python-ideal', version='0.1', py_modules=['ideal'], )
Python
0.000002
@@ -74,9 +74,9 @@ ='0. -1 +2 ',%0A
e31e6bd602ce797de879e50ff396eb535abda17b
Update project status
setup.py
setup.py
from setuptools import setup from dictorm.dictorm import __version__, __doc__ as ddoc config = { 'name':'dictorm', 'version':str(__version__), 'author':'rolobio', 'author_email':'rolobio+dictorm@rolobio.com', 'description':ddoc, 'license':'Apache2', 'keywords':'psycopg2 dictionary python di...
Python
0.000001
@@ -497,16 +497,29 @@ :: -4 - Beta +5 - Production/Stable %22,%0A
70c2f479b320d0d7ea8b05fb48e135150632a969
bump version
setup.py
setup.py
# -*- coding: utf-8 -*- import os from setuptools import setup, find_packages def read(*paths): with open(os.path.join(*paths), 'r') as f: return f.read() setup( name='foostache', version='1.1.2', description='Implementation of foostache template language', long_description=read('descr...
Python
0
@@ -214,11 +214,14 @@ ='1. -1.2 +2.dev0 ',%0A
eb193700f884379705f2f23624eb907868eca0af
Fix setup.py so it installs actual modules
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import platform from distutils.core import setup from distutils.extension import Extension from os import environ from Cython.Distutils import build_ext if platform.system() == 'Darwin': environ['LDFLAGS']='-framework Cg' libraries=[] else: libraries=['Cg', 'CgGL', ...
Python
0
@@ -621,16 +621,34 @@ 'src'),%0A +%09packages=%5B'cg'%5D,%0A %09cmdclas
ac8e05266eec4cd2153bf1e749bb7a10ed55399b
Fix spelling of Roulette in setup.py.
setup.py
setup.py
#!/usr/bin/env python2 from setuptools import setup, find_packages from hamper import version #requires = open('requirements.txt').read().split('\n') #requires = [dep for dep in requires if 'psycopg' not in dep] requires = [] setup( name='hamper', version=version.encode('utf8'), description='Yet another...
Python
0.000029
@@ -1936,17 +1936,16 @@ gins.rou -t lette:Ro @@ -1945,17 +1945,16 @@ ette:Rou -t lette',%0A
800812fabd27c939761a7c435d5ecd2250cefeb2
apply cosmetic changes
setup.py
setup.py
#!/usr/bin/env python # encoding: utf-8 # The MIT License (MIT) # Copyright (c) 2016-2019 CNRS # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limita...
Python
0.000001
@@ -1417,17 +1417,30 @@ -# package +name='pyannote.audio', %0A @@ -2141,24 +2141,8 @@ %7D,%0A - # versioneer %0A @@ -2220,45 +2220,8 @@ (),%0A - # PyPI%0A name='pyannote.audio', %0A
fd7e51c3290b8932b367d0d9318b1802a930e899
Bump version
setup.py
setup.py
import setuptools with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="chrys", version="3.0.4", author="Hein Bekker", author_email="hein@netbek.co.za", description="A collection of color palettes for mapping and visualisation", long_description=long_descr...
Python
0
@@ -134,17 +134,17 @@ on=%223.0. -4 +5 %22,%0A a
b5f5332713e321cae056499dc12165b0fc91d884
Bump version to 1.0.1
setup.py
setup.py
# FoundationDB SQL Layer Adapter for Django # Copyright (c) 2013-2014 FoundationDB, LLC # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the ...
Python
0
@@ -1243,17 +1243,17 @@ = '1.0. -0 +1 ',%0A a @@ -1593,15 +1593,11 @@ = ' -LICENSE +MIT ',%0A
6ba993665c837764144a602caf822fc353f6822a
Version bump
setup.py
setup.py
#!/usr/bin/env python import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() license = """ MIT License Copyright (c) 2017 Nolan Gilley Permission is hereby granted,...
Python
0.000001
@@ -1365,9 +1365,9 @@ 0.2. -3 +4 ',%0A
eb08a3fa792e3ead859358d4038cedbd6b08d8c4
Resolve import error introduced in last commit.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- try: from setuptools import setup except ImportError: from distutils.core import setup version = '' with open('koordinates/__init__.py', 'r') as fd: version = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', fd.read(), re.MULTILINE)...
Python
0
@@ -136,16 +136,61 @@ setup%0A%0A +import re%0Aimport os%0Afrom codecs import open%0A%0A version @@ -585,16 +585,17 @@ =version +, %0A des @@ -728,16 +728,18 @@ history +, %0A aut
d91a8d19a5d9156e68bd38a075a36d04243217d1
bump version number
setup.py
setup.py
# Copyright (c) 2015, 2016 Florian Wagner # # This file is part of XL-mHG. # # XL-mHG is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License, Version 3, # as published by the Free Software Foundation. # # This program is distributed in the hope that it will be use...
Python
0.000004
@@ -877,9 +877,9 @@ .1rc -4 +5 '%0A%0At
549779cf95a5a70b5bd1e3d80ce6245e28d6d77d
Adjust 2.1 to 2.1.0
setup.py
setup.py
from setuptools import setup setup( name='sfmutils', version='2.1', url='https://github.com/gwu-libraries/sfm-utils', author='Social Feed Manager', author_email='sfm@gwu.edu', packages=['sfmutils'], description="Utilities to support Social Feed Manager.", platforms=['POSIX'], test_s...
Python
0.999999
@@ -67,16 +67,18 @@ ion='2.1 +.0 ',%0A u
04ca16e0d3ca599678ceeec26a2f12d860b20556
Bump major version: backward-incompatible changes
setup.py
setup.py
''' Created on 15 Feb 2013 @author: plish ''' from distutils.core import setup setup( name = 'Trolly', version = '1.2.2', author = 'plish', author_email = 'plish.development@gmail.com', url = 'https://github.com/plish/Trolly', packages = ['trolly'], license ...
Python
0
@@ -135,11 +135,11 @@ '1. -2.2 +0.0 ',%0A
e9ea79213f3abfde29d91abdfa9381fe4c56edf5
Update version for PyPi to 0.2.2
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages setup( name = 'pylutron', version = '0.2.1', license = 'MIT', description = 'Python library for Lutron RadioRA 2', author = 'Dima Zavin', author_email = 'thecynic@gmail.com', url = 'http://github.com/thecynic/pylutron', ...
Python
0
@@ -114,9 +114,9 @@ 0.2. -1 +2 ',%0A
a494cd4a456d9ac1ad60b37830d04454fd28ef0b
prepare 0.4.9
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages setup( name="powerline-shell", version="0.4.8", description="A pretty prompt for your shell", author="Buck Ryan", url="https://github.com/banga/powerline-shell", classifiers=[], packages=[ "powerline_shell", "...
Python
0.000143
@@ -116,9 +116,9 @@ 0.4. -8 +9 %22,%0A
fe5a1b42e23ffac76dd3bc48cee12c14da470ece
Add package dodo_commands.framework.system_commands
setup.py
setup.py
from setuptools import setup setup(name='dodo_commands', version='0.7.1', description='Project-aware development environments, inspired by django-manage', url='https://github.com/mnieber/dodo_commands', download_url='https://github.com/mnieber/dodo_commands/tarball/0.7.1', author='Maarte...
Python
0.000004
@@ -471,16 +471,69 @@ ework',%0A + 'dodo_commands.framework.system_commands',%0A %5D,
3c102b52f058c87ff14602f34756db212d065bd8
Bump status to "alpha".
setup.py
setup.py
#!/usr/bin/env python import codecs import setuptools import sys from glinda import __version__ def read_requirements_file(name): reqs = [] try: with open(name) as req_file: for line in req_file: if '#' in line: line = line[0:line.index('#')] ...
Python
0
@@ -1913,20 +1913,17 @@ :: -1 - Planning +3 - Alpha ',%0A
4a316ea725efae3fec5e070e04e9592770479f54
Update to version
setup.py
setup.py
try: from setuptools import setup except ImportError: from distutils.core import setup config = { 'description': 'An automatic genomics database updater.', 'author': 'Robin Andeer', 'url': 'https://github.com/robinandeer/Genie.', 'download_url': 'https://github.com/robinandeer/Genie/archive/mas...
Python
0
@@ -392,16 +392,18 @@ n': '0.3 +.1 ',%0A '
f3fd9c63039ea65d614a7a61a52f3fa983d119cc
add violin dir to setup
setup.py
setup.py
from setuptools import setup, Command from setuptools.command.build_py import build_py from setuptools.command.egg_info import egg_info from setuptools.command.sdist import sdist from subprocess import check_call from distutils import log import os import sys import platform exec(open('plotly/version.py').read()) he...
Python
0
@@ -5543,32 +5543,76 @@ ly/graph_objs',%0A + 'plotly/graph_objs/violin',%0A
ed90a04bdb981e7e7c5c7419e2727a822f5efc01
Update template version to 3.0.9
setup.py
setup.py
#!/usr/bin/env python import os import sys try: from setuptools import setup except ImportError: from distutils.core import setup # Our version ALWAYS matches the version of Django we support # If Django has a new release, we branch, tag, then update this setting after the tag. version = "3.0.8-01" if sys.a...
Python
0
@@ -302,12 +302,9 @@ 3.0. -8-01 +9 %22%0A%0Ai
09a455bdb9022936db8b441d468339e1f3a91309
Use coverage v4.4.2
setup.py
setup.py
from setuptools import setup, find_packages from indexdigest import VERSION # @see https://github.com/pypa/sampleproject/blob/master/setup.py setup( name='indexdigest', version=VERSION, author='Maciej Brencz', author_email='maciej.brencz@gmail.com', license='MIT', description='Analyses your da...
Python
0.000001
@@ -526,17 +526,17 @@ ge==4.4. -1 +2 ',%0A
4f5e5c373a90e7af5fbc0248652965a01ac795d6
bump version
setup.py
setup.py
#!/usr/bin/env/python import sys import os import warnings try: from setuptools import setup except ImportError: from distutils.core import setup LONG_DESCRIPTION = """`simanneal` is a python implementation of the [simulated annealing optimization](http://en.wikipedia.org/wiki/Simulated_annealing) technique....
Python
0
@@ -690,17 +690,17 @@ on='0.1. -1 +2 ',%0A
ad67e13572f227035693b69872ea20cd15b929c3
update version of package
setup.py
setup.py
from setuptools import setup setup( name='bambou', version='0.0.2', url='http://www.nuagenetworks.net/', author='Christophe Serafin', author_email='christophe.serafin@alcatel-lucent.com', packages=['bambou', 'bambou.utils'], description='REST Library for Nuage Networks', long_descripti...
Python
0
@@ -67,13 +67,14 @@ on=' -0.0.2 +1.0-a1 ',%0A
f61d2368998a45dfda99d65d097fed5fb43ad061
Remove Python 2.5 support, add support for Python 3.2
setup.py
setup.py
import os from setuptools import setup, find_packages def read(filename): return open(os.path.join(os.path.dirname(__file__), filename)).read() setup( name='gears-uglifyjs', version='0.1', url='https://github.com/gears/gears-uglifyjs', license='ISC', author='Mike Yumatov', author_email='...
Python
0.997686
@@ -736,57 +736,8 @@ n',%0A - 'Programming Language :: Python :: 2.5',%0A @@ -830,16 +830,65 @@ : 2.7',%0A + 'Programming Language :: Python :: 3.2',%0A %5D,%0A)
9cda4c670bf8a7c929a2794e040bed955b4a6aa5
Add s3fs to requirements (#1316)
setup.py
setup.py
#!/usr/bin/env python from os.path import exists from setuptools import setup import dask extras_require = { 'array': ['numpy', 'toolz >= 0.7.2'], 'bag': ['cloudpickle >= 0.2.1', 'toolz >= 0.7.2', 'partd >= 0.3.3'], 'dataframe': ['numpy', 'pandas >= 0.18.0', 'toolz >= 0.7.2', 'partd >= 0.3.3', '...
Python
0
@@ -376,16 +376,24 @@ %3E= 1.10' +, 's3fs' %5D,%0A 'im
7a68cffe45fb7ba1fbe603804365954f055c1c45
Declare supported Python versions, closes #174. (#175)
setup.py
setup.py
"""Sphinx Bootstrap Theme package.""" import os from setuptools import setup, find_packages from sphinx_bootstrap_theme import __version__ ############################################################################### # Environment and Packages. #######################################################################...
Python
0
@@ -1893,24 +1893,118 @@ :: Python%22,%0A + %22Programming Language :: Python :: 2%22,%0A %22Programming Language :: Python :: 3%22,%0A %22Top
10698e232939b7aec11cb6c13ae3209e0f5dadec
add bottle mongo on requires
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup import bottle_auth description = "Bootle authentication, for Personal, Google, Twitter and "\ "facebook." setup( name='bottle-auth', version=bottle_auth.__version__, description=description, author=bottle_auth.__author__, ...
Python
0
@@ -481,13 +481,29 @@ %5B'webob' +, 'bottle-mongo' %5D,%0A)%0A
22f17fbcbfc697b9c8195a0a4b0161767db6dd25
Remove redundant `requests` dependencies
setup.py
setup.py
import re import os.path from setuptools import setup, find_packages HERE = os.path.abspath(os.path.dirname(__file__)) README_PATH = os.path.join(HERE, 'README.md') try: with open(README_PATH) as fd: README = fd.read() except IOError: README = '' INIT_PATH = os.path.join(HERE, 'rollbar/__init__.py') ...
Python
0.000017
@@ -3183,241 +3183,8 @@ %22',%0A - 'requests%3C2.19,%3E=0.12.1; python_version == %223.3%22',%0A 'requests%3C1.2,%3E=0.12.1; python_version == %223.2%22',%0A 'requests%3C1.2,%3E=0.12.1; python_version == %223.1%22',%0A 'requests%3C1.2,%3E=0.12.1; python_version == %223.0%22',%0A
bc5ebc9aa6c77ca309efb9efeafd788fbe55be15
Bump version
setup.py
setup.py
from setuptools import setup, find_packages setup( name='rest-framework-latex', version='0.0.3', description="A LaTeX renderer for Django REST Framework", author="SF Software limited t/a Pebble", author_email="sysadmin@mypebble.co.uk", url="https://github.com/mypebble/rest-framework-latex", ...
Python
0
@@ -99,9 +99,9 @@ 0.0. -3 +4 ',%0A
93485cd63b231e84a99fbd63747adc8158df3b2d
Fix monty req in setup.py.
setup.py
setup.py
import glob import os import subprocess from io import open import sys from setuptools import setup, find_packages, Extension try: from numpy.distutils.misc_util import get_numpy_include_dirs except ImportError: print("numpy.distutils.misc_util cannot be imported. Attempting to " "install...") s...
Python
0.003409
@@ -1671,17 +1671,17 @@ ty%3E=0.6. -4 +5 %22, %22scip
dcf861b51cd0e1bd77918c4372c1b3cfd0f0710b
remove utility dependency, inherits from pyon
setup.py
setup.py
#!/usr/bin/env python try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup import os import sys # Add /usr/local/include to the path for macs, fixes easy_install for several packages (like gevent and pyyaml) if sys.platform == 'darwin': os.environ['C_INCLU...
Python
0
@@ -996,32 +996,33 @@ n',%0A +# 'https://github. @@ -1572,16 +1572,17 @@ +# 'utiliti
fec0fd88a6bf6f4bc17385652022ee14ba302338
version change
setup.py
setup.py
import os from setuptools import setup, find_packages README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read() # allow setup.py to be run from any path os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-bulk-update', version='0.1', package...
Python
0.000001
@@ -299,16 +299,18 @@ ion='0.1 +.1 ',%0A p
b0cf1b470ae724f02f6619ff4898d83567b9339a
Add python_requires
setup.py
setup.py
from setuptools import setup __version__ = 'unknown' # "import" __version__ for line in open('src/jack.py'): if line.startswith('__version__'): exec(line) break setup( name='JACK-Client', version=__version__, package_dir={'': 'src'}, py_modules=['jack'], setup_requires=['CFFI>...
Python
0.000001
@@ -353,24 +353,53 @@ FFI%3E=1.0'%5D,%0A + python_requires='%3E=2.6',%0A extras_r
283f573dcedcab267290eb740ba241750c14258d
update command line in setup
setup.py
setup.py
__author__ = 'manu' import os from setuptools import setup from oct import __version__ BASE_DIR = os.path.abspath(os.path.dirname(__file__)) with open('README.rst') as f: long_description = f.read() setup( name='oct', version=__version__, author='Emmanuel Valette', author_email='manu.valette@gma...
Python
0.000001
@@ -1966,30 +1966,20 @@ _to_csv: -results_to_csv +main '%0A %5D%7D
ad1a8d13a0ef13b2a53d0da7a929c4a7a244d2d1
Update versions for mega-release.
setup.py
setup.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
Python
0.000002
@@ -1761,19 +1761,19 @@ 0.2 -1.0 +2.1 , %3C 0.2 -2 +3 dev' @@ -1833,17 +1833,17 @@ ion='0.2 -1 +2 .0',%0A
c54467577ff6d324db19138b80234a4b99a3956f
Add optional dependency on html5-parser
setup.py
setup.py
#!/usr/bin/env python """Stateful programmatic web browsing. Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize. mechanize.Browser implements the urllib2.OpenerDirector interface. Browser objects have state, including navigation history, HTML form state, cookies, etc. The set of feat...
Python
0
@@ -2681,16 +2681,74 @@ 9999'%5D,%0A + extras_require=%7B'fast': %5B'html5-parser%3E=0.4.4'%5D%7D,%0A
ad2e4b07c8ab14464b663e0cd4015fb702e0ae39
bump to 0.0.2 to test cipublish script
setup.py
setup.py
import os from setuptools import setup, find_packages def read(*paths): """Build a file path from *paths* and return the contents.""" with open(os.path.join(*paths), 'r') as f: return f.read() setup( name='fundoshi', version='0.0.1', description='Get manga series & chapter data from vario...
Python
0
@@ -254,9 +254,9 @@ 0.0. -1 +2 ',%0A
b506cad9aa9cd325cbc6bf2b0ddf418901a89ad1
bump version to 1.9.8
setup.py
setup.py
#!/usr/bin/env python # -*- coding: latin-1 -*- # # Copyright 2009-2014 Ghent University # # This file is part of vsc-base, # originally created by the HPC team of Ghent University (http://ugent.be/hpc/en), # with support of Ghent University (http://ugent.be/hpc), # the Flemish Supercomputer Centre (VSC) (https://vscen...
Python
0
@@ -1912,9 +1912,9 @@ 1.9. -7 +8 ',%0A
f21f190ccadccb5eb312ccd28e9e41dff106f905
bump version 0.3.6
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import setuptools requirements = [ "funcy", "argparse", "pefile", "ipython", "vivisect", "intervaltree", ] setuptools.setup( name='viv_utils', version='0.3.5', description="Utilities for binary analysis using vivisect.", long_des...
Python
0
@@ -236,9 +236,9 @@ 0.3. -5 +6 ',%0A
a9a2020b4342f95f02e6bfe4f0c796cc4c8dc5aa
Update trove classifiers to be explicit about Python 2 and 3 support
setup.py
setup.py
#!/usr/bin/env python """ Installation script: To release a new version to PyPi: - Ensure the version is correctly set in oscar.__init__.py - Run: python setup.py sdist upload """ from __future__ import print_function from setuptools import setup, find_packages import os import sys from oscar import get_version PRO...
Python
0.000002
@@ -3045,38 +3045,327 @@ ' -Topic :: Other/Nonlisted Topic +Programming Language :: Python :: 2',%0A 'Programming Language :: Python :: 2.7',%0A 'Programming Language :: Python :: 3',%0A 'Programming Language :: Python :: 3.3',%0A 'Programming Language :: Python :: 3.4',%0A ...
5238cf3b52cafa6b6ab40bc32cef0f8082e58182
Fix email address in setup
setup.py
setup.py
from setuptools import setup, find_packages # Calculate the version based on pycard.VERSION version = '.'.join([str(v) for v in __import__('pycard').VERSION]) setup( name='captain-pycard', description='A simple library for payment card validation', version=version, author='Michael Angeletti', aut...
Python
0.000051
@@ -335,14 +335,9 @@ hael - %5Bat%5D +@ ange @@ -350,15 +350,9 @@ roup - %5Bdot%5D +. com'
2e5e653588c40e0817e7fdf5f02edec2c22e33f8
Remove setuptools
setup.py
setup.py
#!/usr/bin/python from setup import os import setuptools def plus(os): os.system("plus.py") def minus(os): os.system("minus.py") def divide(os): os.system("divide.py") def multi(os): os.system("multi.py") def modulos(os): os.system("modulos.py")
Python
0.000001
@@ -15,46 +15,16 @@ hon%0A -from setup%0A%0Aimport os%0Aimport setuptool +import o s%0A%0Ad
5ba554af56858bb5e2427c3fca4da1d5eff986ba
Bump version to 0.6.1
setup.py
setup.py
from distutils.core import setup setup( name='django-auditlog', version='0.6.0', packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'], package_dir={'': 'src'}, url='https://github.com/MacmillanPlatform/django-auditlog/', license='MIT', author='...
Python
0
@@ -79,17 +79,17 @@ on='0.6. -0 +1 ',%0A p
691c0c2babe2e954cde9f0a59f4945fabc8e4443
fix long description.
setup.py
setup.py
from setuptools import setup import os from zipfile import ZipFile from janome.dic import * dicdir = 'ipadic' if not os.path.exists('sysdic') and os.path.exists(os.path.join('ipadic', 'sysdic.zip')): print('Unzip dictionary data...') with ZipFile(os.path.join(dicdir, 'sysdic.zip')) as zf: zf.extracta...
Python
0.999992
@@ -433,16 +433,256 @@ alysis.' +%0Along_description = %22%22%22%5C%0A%60janome%60 is a package for Japanese Morphological Analysis.%0A%0ARequirements%0A------------%0A* Python 2.7 and Python 3.4+%0A%0AFeatures and history%0A--------------------%0ASee http://mocobeta.github.io/janome/ (for Japanese)%0A%0A%22%22%22 %0...
3ea6596db839331e63e5cbc89a1c20750d350c2c
make "python setup.py test" work
setup.py
setup.py
import os import re readme = os.path.join(os.path.dirname(__file__), 'README.rst') LONG_DESCRIPTION = open(readme).read() module_file = open("rhcephpkg/__init__.py").read() metadata = dict(re.findall("__([a-z]+)__\s*=\s*'([^']+)'", module_file)) from setuptools import setup setup( name = 'rhcephpkg...
Python
0.00079
@@ -12,16 +12,83 @@ mport re +%0Aimport sys%0Afrom setuptools.command.test import test as TestCommand %0A%0Areadme @@ -309,16 +309,562 @@ file))%0A%0A +class PyTest(TestCommand):%0A user_options = %5B('pytest-args=', 'a', %22Arguments to pass to py.test%22)%5D%0A%0A def initialize_options(self):%0A Test...
4df366170968e498101df41e4f71f32c3a3b0d7f
fix setup to include subpackage
setup.py
setup.py
from setuptools import setup, find_packages from codecs import open from os import path here = path.abspath(path.dirname(__file__)) # Get the long description from the relevant file with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup( name='django-xor-formfields'...
Python
0
@@ -1184,16 +1184,39 @@ mfields' +, 'xorformfields.forms' %5D,%0A%0A
e853bbd0a8f55d79069e97b9f1cb7d21d6e7e2b6
license metadata was incorrect
setup.py
setup.py
''' Copyright (C) 2017 The Board of Trustees of the Leland Stanford Junior University. Copyright (C) 2017 Vanessa Sochat. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of t...
Python
0.998973
@@ -4177,20 +4177,54 @@ :: G -PLv3 License +NU General Public License v3 or later (GPLv3+) ',%0A
bae058900e36d09e1aa7abe8d439198ad01b27e7
version up
setup.py
setup.py
from setuptools import setup, find_packages setup( name='beerlog', version='0.56.3', long_description=__doc__, packages=['beerlog', 'beerlog.blog', 'beerlog.admin', 'beerlog.image', 'beerlog.brewery', 'beerlog.brewery.bjcp', ...
Python
0
@@ -87,9 +87,9 @@ .56. -3 +4 ',%0A @@ -829,8 +829,9 @@ , %0A ) +%0A
4b21b03903fb7b7d7dabbf2274c8615adeeb64c0
Add requirements to steup.py
setup.py
setup.py
try: from setuptools import setup except ImportError: from distutils.core import setup import codecs import os here = os.path.abspath(os.path.dirname(__file__)) # Get the long description from the README file with codecs.open(os.path.join(here, "README.md")) as f: long_description = f.read() config = { ...
Python
0.000003
@@ -771,24 +771,195 @@ ires%22: %5B -%22pytest%22 +%0A %22astropy%22,%0A %22joblib%3E0.12%22,%0A %22matplotlib%22,%0A %22multiprocess%22,%0A %22numpy%22,%0A %22pandas%22,%0A %22pyyaml%22,%0A %22scipy%22,%0A %22tqdm%22,%0A %5D,%0A %22
eec52ef5fa773de706979a508fe4d06352feda1d
Version 0.2
setup.py
setup.py
from setuptools import setup setup( name='hidapi-cffi', version="0.1", description=("CFFI wrapper for hidapi"), author="Johannes Baiter", url="http://github.com/jbaiter/hidapi-cffi.git", author_email="johannes.baiter@gmail.com", license='BSD', py_modules=['hidapi'], setup_requires=[...
Python
0.000001
@@ -73,9 +73,9 @@ =%220. -1 +2 %22,%0A
7ba330e714a768136260cd1191fe0379e7a75318
set `description`; add trove classifiers
setup.py
setup.py
#!/usr/bin/env python from __future__ import absolute_import, print_function, unicode_literals from setuptools import find_packages, setup import lu_dj_utils with open('README.rst') as f: readme = f.read() packages = find_packages() classifiers = ( 'Development Status :: 4 - Beta', 'Intended Audience ...
Python
0.000008
@@ -290,16 +290,54 @@ Beta',%0A + 'Environment :: Web Environment',%0A 'Int @@ -706,16 +706,59 @@ : 2.7',%0A + 'Programming Language :: Python :: 3',%0A 'Pro @@ -790,24 +790,24 @@ on :: 3.3',%0A - 'Program @@ -839,16 +839,43 @@ : 3.4',%0A + 'Framework :: Django',%0A )%0A%0Asetup @@ -957,10...
32a6e9b55147874d5dfd560126c92d774bf14bf6
Update setup.py to develop version
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages import sys try: import pypandoc readme = pypandoc.convert('README.md', 'rst') except(IOError, ImportError): with open('README.md') as f: readme = f.read() install_requires = [ 'boto3', 'future', 'gnupg>=2.0.2', 'se...
Python
0
@@ -397,19 +397,21 @@ sion='1. -1.4 +2.dev ',%0A d @@ -700,11 +700,13 @@ e/1. -1.4 +2.dev .zip
6c89e9a2eb6c429f9faf8f8fdbb7360239b15a61
Remove namespace_packages argument which works with declare_namespace.
setup.py
setup.py
from setuptools import setup, find_packages import io # List all of your Python package dependencies in the # requirements.txt file def readfile(filename, split=False): with io.open(filename, encoding="utf-8") as stream: if split: return stream.read().split("\n") return stream.read() ...
Python
0
@@ -789,46 +789,8 @@ %5D),%0A - namespace_packages=%5B'opencmiss'%5D,%0A
c35f958817a3dd5592165e0e5ef986b4b8ccce29
increase verion number
setup.py
setup.py
#!/usr/bin/env python # -------------------------------------------------------------------------- # # Copyright 2008-2010, Gregor von Laszewski # # Copyright 2010-2013, Indiana University # # ...
Python
0.000018
@@ -1295,17 +1295,17 @@ = %221.2. -1 +2 %22%0A%0Afrom
90fccd539e35150cbe5745bbb8351264aec3299b
Add dependencies
setup.py
setup.py
#!/usr/bin/env python3 # # Konstrukteur - Static website generator # Copyright 2013 Sebastian Fastner # import sys if sys.version < "3.2": print("Konstrukteur requires Python 3.2 or higher") sys.exit(1) # Prefer setuptools (aka distribute) over distutils # - Distutils comes with Python3 but is not capable of ins...
Python
0.000001
@@ -822,16 +822,111 @@ %3E=4.3.2%22 +,%0A%0A%09%09%09# Requirements of watchdog lib%0A%09%09%09%22pathtools%3E=0.1.1%22,%0A%09%09%09%22PyYAML%3E=3.09%22,%0A%09%09%09%22argh%3E=0.8.1%22 %0A%09%09%5D,%0A%0A#
4e69d7144e4132f7f4269faf8d38fe46947e3b4e
Update setup.py
setup.py
setup.py
from setuptools import find_packages, setup VERSION = "7.0.5" LONG_DESCRIPTION = """ .. image:: http://pinaxproject.com/pinax-design/patches/pinax-blog.svg :target: https://pypi.python.org/pypi/pinax-blog/ ========== Pinax Blog ========== .. image:: https://img.shields.io/pypi/v/pinax-blog.svg :target: https...
Python
0.000001
@@ -1921,22 +1921,16 @@ -+-----+ ------+ %0A%7C Djang @@ -1945,30 +1945,24 @@ on %7C - 2.7 %7C 3. -4 +6 %7C 3. -5 +7 %7C 3. -6 +8 %7C%0A+ @@ -2001,122 +2001,22 @@ ===+ -=====+%0A%7C 1.11 %7C * %7C * %7C * %7C * %7C%0A+-----------------+-----+-----+-----+-----+ %0A%7C 2. -0 +2 ...
181d13b506377b501af623cf59202a75d816fdc7
Make log colorization an optional package feature.
setup.py
setup.py
#!/usr/bin/env python # -*- coding: latin-1 -*- # # Copyright 2009-2014 Ghent University # # This file is part of vsc-base, # originally created by the HPC team of Ghent University (http://ugent.be/hpc/en), # with support of Ghent University (http://ugent.be/hpc), # the Flemish Supercomputer Centre (VSC) (https://vscen...
Python
0
@@ -1806,25 +1806,16 @@ ires': %5B -%0A 'vsc-ins @@ -1851,18 +1851,72 @@ _VERSION +%5D ,%0A + 'extras_require': %7B%0A 'coloredlogs': %5B%0A @@ -1960,16 +1960,20 @@ lorizer%0A + @@ -2027,17 +2027,28 @@ ors%0A -%5D + %5D,%0A %7D ,%0A 's
64e213d45c84c0ca08045fdb6a157a0291e65108
Make setup.py py3 compatible
setup.py
setup.py
from __future__ import print_function import io import sys from setuptools import setup, find_packages with io.open('README.rst', encoding='utf-8') as readme: long_description = readme.read() # Populates __version__ without importing the package __version__ = None execfile('flexget/_version.py') if not __versio...
Python
0.000001
@@ -270,16 +270,20 @@ one%0A -execfile +with io.open ('fl @@ -300,16 +300,72 @@ sion.py' +, encoding='utf-8')as ver_file:%0A exec(ver_file.read() )%0Aif not
61df912b8314ce2b07dcd608436b0c4b94c4b458
Version 1.32.4
setup.py
setup.py
""" The setup package to install SeleniumBase dependencies and plugins (Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.5+) """ from setuptools import setup, find_packages # noqa import os import sys this_directory = os.path.abspath(os.path.dirname(__file__)) long_description = None try: with ...
Python
0
@@ -1841,17 +1841,17 @@ n='1.32. -3 +4 ',%0A d
8e3ff1b10b8ed346736d063c9e48df4a15adb78a
Add some py2exe specific options
setup.py
setup.py
#!/usr/bin/env python # Copyright 2009 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required...
Python
0
@@ -2199,22 +2199,16 @@ ch.py'%5D, - %0A d @@ -2509,11 +2509,272 @@ %0A %5D +,%0A %0A # py2exe specific garbarge below.%0A options=%7B%0A 'py2exe': %7B%0A # This gets.. weird.%0A 'packages': %5B'third_party'%5D,%0A 'ignores': %5B'dns', 'jinja2', ...
069e468c3a8f21d1e7882501340d1e52d16bd910
Return exitcode on docs error
setup.py
setup.py
#!/usr/bin/env python3 import datetime import locale import platform import sys from os import getenv from subprocess import call import setuptools.command.build_py from setuptools import find_packages, setup from setuptools.command.test import test as TestCommand from coalib import VERSION, assert_supported_version...
Python
0.000002
@@ -1191,32 +1191,41 @@ n(self):%0A + errOne = call(self.apido @@ -1238,24 +1238,33 @@ and)%0A + errTwo = call(self.d @@ -1275,16 +1275,50 @@ ommand)%0A + sys.exit(errOne or errTwo) %0A%0A# Gene
1703f196ea52d89f486952d584683b21b8f380e8
Update setup.py
setup.py
setup.py
import os from setuptools import setup, find_packages def read_file(filename): """Read a file into a string""" path = os.path.abspath(os.path.dirname(__file__)) filepath = os.path.join(path, filename) try: return open(filepath).read() except IOError: return '' setup( name='dj...
Python
0
@@ -1363,33 +1363,33 @@ o','fake-factory -%3E += =0.2'%5D,%0A test @@ -1425,9 +1425,9 @@ tory -%3E += =0.2 @@ -1487,8 +1487,9 @@ False,%0A) +%0A
185249b7fb8ea5373e0d5373332d7e2887bd4476
Add hello world test for Parser.
parser_test.py
parser_test.py
#! /usr/bin/env python import unittest from parser import Instruction class TestInstruction(unittest.TestCase): def test_construction(self): with self.assertRaises(ValueError): instruction = Instruction("Random string of characters that is not the right format") with self.assertRaises(ValueError): instru...
Python
0.00006
@@ -17,16 +17,43 @@ python%0A%0A +import StringIO%0Aimport sys%0A import u @@ -91,16 +91,24 @@ truction +, Parser %0A%0Aclass @@ -1807,16 +1807,353 @@ put())%0A%0A +class TestParser(unittest.TestCase):%0A%09def setUp(self):%0A%09%09sys.stdout = self.output = StringIO.StringIO()%0A%0A%09def tearDown(self):%0A%09%0...
09e2bb06e54c6c9c5f1de9282b05bacbcc5728c8
include migrations for health_check_db in egg distribution.
setup.py
setup.py
import os from setuptools import setup from health_check import __version__ # Utility function to read the README file. # Used for the long_description. It's nice, because now 1) we have a top level # README file and 2) it's easier to type in the README file than to put a raw # string in below ... def read(fname...
Python
0
@@ -980,16 +980,54 @@ ck_db',%0A + 'health_check_db.migrations',%0A
8952a7c50b767a90d076115f0c05a45aa139f96c
Add netcdf4 to testing requirements
setup.py
setup.py
# Copyright (c) 2008,2010,2015,2016 MetPy Developers. # Distributed under the terms of the BSD 3-Clause License. # SPDX-License-Identifier: BSD-3-Clause """Setup script for installing MetPy.""" from __future__ import print_function from setuptools import find_packages, setup import versioneer ver = versioneer.get_ve...
Python
0
@@ -2942,16 +2942,27 @@ -naming' +, 'netCDF4' %5D%0A %7D,
a409431d1923d91dee8c9ed5181bd924b22adb6f
Bump version
lensfunpy/_version.py
lensfunpy/_version.py
__version__ = "1.10.0"
Python
0
@@ -15,8 +15,9 @@ %221.1 -0 +1 .0%22 +%0A
5920da980515fd58410801f7af27d591a3c53183
bump version.
setup.py
setup.py
from setuptools import setup setup(name='cryptotik', version='0.2.4', description='Standardized common API for several cryptocurrency exchanges.', url='https://github.com/peerchemist/cryptotik', author='Peerchemist', author_email='peerchemist@protonmail.ch', license='GLP', pac...
Python
0
@@ -70,9 +70,9 @@ 0.2. -4 +5 ',%0A