Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add JVM code for WithStringBuilder. | Compiled from "WithStringBuilder.java"
class WithStringBuilder {
WithStringBuilder();
Code:
0: aload_0
1: invokespecial #1 // Method java/lang/Object."<init>":()V
4: return
public static void main(java.lang.String[]);
Code:
0: iconst_3
1: anewarray #2 // class java/lang/String
4: dup
5: iconst_0
6: ldc #3 // String Hi
8: aastore
9: dup
10: iconst_1
11: ldc #4 // String Ha
13: aastore
14: dup
15: iconst_2
16: ldc #5 // String Ya
18: aastore
19: astore_1
20: new #6 // class java/lang/StringBuilder
23: dup
24: invokespecial #7 // Method java/lang/StringBuilder."<init>":()V
27: astore_2
28: aload_1
29: astore_3
30: aload_3
31: arraylength
32: istore 4
34: iconst_0
35: istore 5
37: iload 5
39: iload 4
41: if_icmpge 63
44: aload_3
45: iload 5
47: aaload
48: astore 6
50: aload_2
51: aload 6
53: invokevirtual #8 // Method java/lang/StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
56: pop
57: iinc 5, 1
60: goto 37
63: aload_2
64: invokevirtual #9 // Method java/lang/StringBuilder.toString:()Ljava/lang/String;
67: astore_3
68: getstatic #10 // Field java/lang/System.out:Ljava/io/PrintStream;
71: aload_3
72: invokevirtual #11 // Method java/io/PrintStream.println:(Ljava/lang/String;)V
75: return
}
| |
Add in requirements for 2.6, different than other python versions. | ### Optional Dependencies for Additional Plotly Functionality ###
### ###
### To install, run: ###
### $ pip install -r optional-requirements.txt ###
### ###
###################################################################
## numpy (technically, this is covered by matplotlib's deps) ##
numpy
## matplotlylib dependencies ##
matplotlib==1.3.1
## testing dependencies ##
nose==1.3.3
## pandas deps for some matplotlib functionality ##
pandas
| |
Update releases from 1.4.1 to 1.4.2 | -r ./base.txt
sphinx==1.7.4
alagitpull==0.0.20
releases==1.4.1
| -r ./base.txt
sphinx==1.7.4
alagitpull==0.0.20
releases==1.4.2
|
Add Batumi Shota Rustaveli State University domain | ბათუმის შოთა რუსთაველის სახელმწიფო უნივერსიტეტი
Batumi Shota Rustaveli State University | |
Update pytest from 3.2.4 to 3.2.5 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.6.5
cryptography==2.1.3
PyYAML==3.12
pytest==3.2.4
pytz==2017.3
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.4.2
Sphinx==1.6.5
cryptography==2.1.3
PyYAML==3.12
pytest==3.2.5
pytz==2017.3
|
Fix pyyaml version for security | bumpversion
wheel
watchdog>=0.8.3
flake8>=2.6.0
tox>=2.3.1
coverage>=4.1
Sphinx>=1.4.8
cryptography>=1.7
PyYAML>=3.11
pytest>=2.9.2
pytest-runner>=2.11.1
pytest-cov
coveralls
numpydoc>=0.7.0
nbsphinx
pre-commit | bumpversion
wheel
watchdog>=0.8.3
flake8>=2.6.0
tox>=2.3.1
coverage>=4.1
Sphinx>=1.4.8
cryptography>=1.7
PyYAML>=4.2b1
pytest>=2.9.2
pytest-runner>=2.11.1
pytest-cov
coveralls
numpydoc>=0.7.0
nbsphinx
pre-commit |
Update flake8 from 2.6.0 to 3.0.4 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
tox==2.3.1
coverage==4.1
Sphinx==1.4.4
cryptography==1.5
pytest==3.0.1
pylint
| pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.4
tox==2.3.1
coverage==4.1
Sphinx==1.4.4
cryptography==1.5
pytest==3.0.1
pylint
|
Update cryptography from 1.8.1 to 1.8.2 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.5.6
cryptography==1.8.1
PyYAML==3.12
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.5.6
cryptography==1.8.2
PyYAML==3.12
|
Add wheel as dev dep | pip
sphinx
sphinx_rtd_theme
coverage
twine
bump2version
tox
flake8
pytest
pre-commit
isort
black
pycryptodome
betamax
betamax_serializers
pytest_mock
oauth2client
| pip
sphinx
sphinx_rtd_theme
coverage
twine
bump2version
tox
flake8
pytest
pre-commit
isort
black
pycryptodome
betamax
betamax_serializers
pytest_mock
oauth2client
wheel
|
Update exception test with new traceback | Got an NPE: second throw
java.lang.NullPointerException: second throw
at Main.catchAndRethrow(Main.java:36)
at Main.main(Main.java:23)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException: first throw
at Main.throwNullPointerException(Main.java:43)
at Main.catchAndRethrow(Main.java:33)
... 2 more
| Got an NPE: second throw
java.lang.NullPointerException: second throw
at Main.catchAndRethrow(Main.java:165)
at Main.main(Main.java:29)
Caused by: java.lang.NullPointerException: first throw
at Main.throwNullPointerException(Main.java:43)
at Main.catchAndRethrow(Main.java:40)
... 1 more
|
Update sphinx from 1.4.8 to 1.6.2 | bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.4.8
cryptography==1.7
PyYAML==3.11
requests==2.17.3
httmock==1.2.6
pep257==0.7.0
mypy==0.511
| bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.2
cryptography==1.7
PyYAML==3.11
requests==2.17.3
httmock==1.2.6
pep257==0.7.0
mypy==0.511
|
Update pylint from 1.5.4 to 1.6.4 | pip==9.0.2
bumpversion==0.5.3
wheel==0.29.0
coverage==4.2
pytest==3.0.5
pycodestyle==2.2.0
pydocstyle==1.1.1
pylint==1.5.4
| pip==9.0.2
bumpversion==0.5.3
wheel==0.29.0
coverage==4.2
pytest==3.0.5
pycodestyle==2.2.0
pydocstyle==1.1.1
pylint==1.6.4
|
Update sphinx from 1.7.0 to 1.7.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.0
cryptography==2.1.4
PyYAML==3.12
nose==1.3.7
dateutils==0.6.6
| pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
coverage==4.5.1
Sphinx==1.7.1
cryptography==2.1.4
PyYAML==3.12
nose==1.3.7
dateutils==0.6.6
|
Update sphinx from 3.2.1 to 3.3.0 | pytest==4.6 # pyup: ignore
pytest-runner==5.2
bumpversion==0.6.0
watchdog==0.10.3
flake8==3.8.4
coverage==5.3
cryptography==3.2.1
Sphinx==3.2.1
| pytest==4.6 # pyup: ignore
pytest-runner==5.2
bumpversion==0.6.0
watchdog==0.10.3
flake8==3.8.4
coverage==5.3
cryptography==3.2.1
Sphinx==3.3.0
|
Update coverage from 4.1 to 4.4.1 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.1
Sphinx==1.4.8
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.4.8
|
Use the new form of add_test - exe locations. | include_directories("${MolCore_SOURCE_DIR}/src"
"${MolCore_BINARY_DIR}/src")
# find google test
find_package(GTest REQUIRED)
include_directories(${GTEST_INCLUDE_DIRS})
add_executable(graphtest graphtest.cpp)
target_link_libraries(graphtest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(GraphTest graphtest)
add_executable(moleculetest moleculetest.cpp)
target_link_libraries(moleculetest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(MoleculeTest moleculetest)
add_executable(ringperceivertest ringperceivertest.cpp)
target_link_libraries(ringperceivertest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(RingPerceiverTest ringperceivertest)
add_executable(varianttest varianttest.cpp)
target_link_libraries(varianttest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(VariantTest varianttest)
add_executable(variantmaptest variantmaptest.cpp)
target_link_libraries(variantmaptest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(VariantMapTest variantmaptest)
| include_directories("${MolCore_SOURCE_DIR}/src"
"${MolCore_BINARY_DIR}/src")
# find google test
find_package(GTest REQUIRED)
include_directories(${GTEST_INCLUDE_DIRS})
add_executable(graphtest graphtest.cpp)
target_link_libraries(graphtest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(NAME GraphTest COMMAND graphtest)
add_executable(moleculetest moleculetest.cpp)
target_link_libraries(moleculetest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(NAME MoleculeTest COMMAND moleculetest)
add_executable(ringperceivertest ringperceivertest.cpp)
target_link_libraries(ringperceivertest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(NAME RingPerceiverTest COMMAND ringperceivertest)
add_executable(varianttest varianttest.cpp)
target_link_libraries(varianttest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(NAME VariantTest COMMAND varianttest)
add_executable(variantmaptest variantmaptest.cpp)
target_link_libraries(variantmaptest MolCore ${GTEST_BOTH_LIBRARIES})
add_test(NAME VariantMapTest COMMAND variantmaptest)
|
Fix linking to HDF5 libraries. | find_package(Eigen3 REQUIRED)
find_package(HDF5 REQUIRED COMPONENTS C)
# Add as "system headers" to avoid warnings generated by them with
# compilers that support that notion.
include_directories(SYSTEM "${EIGEN3_INCLUDE_DIR}"
"${HDF5_INCLUDE_DIRS}"
"${AvogadroLibs_SOURCE_DIR}/thirdparty/pugixml"
"${AvogadroLibs_SOURCE_DIR}/thirdparty/jsoncpp")
if(DEFINED AvogadroLibs_MEMORY_INCLUDE_DIRS)
# The smart pointer classes just require headers.
include_directories(SYSTEM ${AvogadroLibs_MEMORY_INCLUDE_DIRS})
endif()
set(HEADERS
cjsonformat.h
cmlformat.h
fileformat.h
fileformatmanager.h
gromacsformat.h
hdf5dataformat.h
mdlformat.h
xyzformat.h
)
set(SOURCES
cjsonformat.cpp
cmlformat.cpp
fileformat.cpp
fileformatmanager.cpp
gromacsformat.cpp
hdf5dataformat.cpp
mdlformat.cpp
xyzformat.cpp
)
avogadro_add_library(AvogadroIO ${HEADERS} ${SOURCES})
# hdf5 is the HDF5 imported target
target_link_libraries(AvogadroIO LINK_PUBLIC AvogadroCore LINK_PRIVATE hdf5)
| find_package(Eigen3 REQUIRED)
find_package(HDF5 REQUIRED COMPONENTS C)
# Add as "system headers" to avoid warnings generated by them with
# compilers that support that notion.
include_directories(SYSTEM "${EIGEN3_INCLUDE_DIR}"
"${HDF5_INCLUDE_DIRS}"
"${AvogadroLibs_SOURCE_DIR}/thirdparty/pugixml"
"${AvogadroLibs_SOURCE_DIR}/thirdparty/jsoncpp")
if(DEFINED AvogadroLibs_MEMORY_INCLUDE_DIRS)
# The smart pointer classes just require headers.
include_directories(SYSTEM ${AvogadroLibs_MEMORY_INCLUDE_DIRS})
endif()
set(HEADERS
cjsonformat.h
cmlformat.h
fileformat.h
fileformatmanager.h
gromacsformat.h
hdf5dataformat.h
mdlformat.h
xyzformat.h
)
set(SOURCES
cjsonformat.cpp
cmlformat.cpp
fileformat.cpp
fileformatmanager.cpp
gromacsformat.cpp
hdf5dataformat.cpp
mdlformat.cpp
xyzformat.cpp
)
avogadro_add_library(AvogadroIO ${HEADERS} ${SOURCES})
# HDF5 library paths provided by find module
target_link_libraries(AvogadroIO LINK_PUBLIC AvogadroCore LINK_PRIVATE ${HDF5_LIBRARIES})
|
Update pytest-timeout from 1.2.1 to 1.3.0 | coverage==4.5.1
docutils==0.14
flake8==3.5.0
grablib==0.6.1 # pyup: ignore (last version which is compatible with python 3.5)
pycodestyle==2.4.0
pyflakes==2.0.0
pytest==3.6.2
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-isort==0.2.0
pytest-mock==1.10.0
pytest-sugar==0.9.1
pytest-timeout==1.2.1
pytest-toolbox==0.4
pytest-xdist==1.22.2
Sphinx==1.7.5
# required to run "start" apps
aiohttp-jinja2==1.0.0
aiohttp-session[secure]==2.5.1
aiohttp-session[aioredis]==2.5.1
aiopg==0.14.0
SQLAlchemy==1.2.9
| coverage==4.5.1
docutils==0.14
flake8==3.5.0
grablib==0.6.1 # pyup: ignore (last version which is compatible with python 3.5)
pycodestyle==2.4.0
pyflakes==2.0.0
pytest==3.6.2
pytest-aiohttp==0.3.0
pytest-cov==2.5.1
pytest-isort==0.2.0
pytest-mock==1.10.0
pytest-sugar==0.9.1
pytest-timeout==1.3.0
pytest-toolbox==0.4
pytest-xdist==1.22.2
Sphinx==1.7.5
# required to run "start" apps
aiohttp-jinja2==1.0.0
aiohttp-session[secure]==2.5.1
aiohttp-session[aioredis]==2.5.1
aiopg==0.14.0
SQLAlchemy==1.2.9
|
Add missing authentication-tokens plugin dependency. | git-client
git
git-server
scm-api
token-macro
analysis-core
analysis-collector
findbugs
tasks
warnings
pmd
disk-usage
copyartifact
publish-over-ssh
python
saltstack
ansible
workflow-aggregator
workflow-durable-task-step
workflow-scm-step
workflow-cps
workflow-step-api
workflow-job
workflow-support
workflow-cps-global-lib
workflow-basic-steps
workflow-api
ws-cleanup
vsphere-cloud
maven-info
versioncolumn
dependencyanalyzer
durable-task
docker-plugin
docker-workflow
docker-commons
docker-build-step
powershell
config-file-provider
groovy
groovy-postbuild
artifactory
cloudbees-folder
jobConfigHistory
job-import-plugin
next-build-number
nodejs
parameterized-trigger
shelve-project-plugin
compress-artifacts
modernstatus
email-ext
emailext-template
configurationslicing | git-client
git
git-server
scm-api
token-macro
analysis-core
analysis-collector
findbugs
tasks
warnings
pmd
disk-usage
copyartifact
publish-over-ssh
python
saltstack
ansible
durable-task
workflow-aggregator
workflow-durable-task-step
workflow-scm-step
workflow-cps
workflow-step-api
workflow-job
workflow-support
workflow-cps-global-lib
workflow-basic-steps
workflow-api
ws-cleanup
vsphere-cloud
maven-info
versioncolumn
dependencyanalyzer
authentication-tokens
docker-commons
docker-plugin
docker-workflow
docker-build-step
powershell
config-file-provider
groovy
groovy-postbuild
artifactory
cloudbees-folder
jobConfigHistory
job-import-plugin
next-build-number
nodejs
parameterized-trigger
shelve-project-plugin
compress-artifacts
modernstatus
email-ext
emailext-template
configurationslicing |
Update CV of Traductor Softcatalà to 0.7.2 (16) | Categories:Office
License:GPLv2+
Web Site:
Source Code:https://github.com/Softcatala/TraductorSoftcatalaAndroid
Issue Tracker:https://github.com/Softcatala/TraductorSoftcatalaAndroid/issues
Auto Name:Traductor Softcatalà
Summary:Translate to and from Catalan
Description:
Client for the Softcatalà Catalan on-line [http://www.softcatala.org/traductor translation service].
.
Repo Type:git
Repo:https://github.com/Softcatala/TraductorSoftcatalaAndroid.git
Build:0.7.1,15
commit=v0.7.1
srclibs=1:MobAdMob@3bd7888479e4
target=android-14
scandelete=libs
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.7.1
Current Version Code:15
| Categories:Office
License:GPLv2+
Web Site:
Source Code:https://github.com/Softcatala/TraductorSoftcatalaAndroid
Issue Tracker:https://github.com/Softcatala/TraductorSoftcatalaAndroid/issues
Auto Name:Traductor Softcatalà
Summary:Translate to and from Catalan
Description:
Client for the Softcatalà Catalan on-line [http://www.softcatala.org/traductor translation service].
.
Repo Type:git
Repo:https://github.com/Softcatala/TraductorSoftcatalaAndroid.git
Build:0.7.1,15
commit=v0.7.1
srclibs=1:MobAdMob@3bd7888479e4
target=android-14
scandelete=libs
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.7.2
Current Version Code:16
|
Upgrade OpenFisca France version from 19.0.1 to 19.0.2 | gunicorn>=19.1.1
openfisca_france==19.0.1
git+https://github.com/sgmap/openfisca-paris.git@53c9666f4e403c3b51c2dccb003cf019471d9cba#egg=openfisca-paris
git+https://github.com/sgmap/openfisca-rennesmetropole.git@3534ed503f365852b88c2a0f4014d64af5a636d0#egg=openfisca-RennesMetropole
| gunicorn>=19.1.1
openfisca_france==19.0.2
git+https://github.com/sgmap/openfisca-paris.git@53c9666f4e403c3b51c2dccb003cf019471d9cba#egg=openfisca-paris
git+https://github.com/sgmap/openfisca-rennesmetropole.git@3534ed503f365852b88c2a0f4014d64af5a636d0#egg=openfisca-RennesMetropole
|
Mark RC1 in the change log. | === rc1
* Enhancements:
* Upgraded pure-ruby Readline to 0.2.0
* Bundle OpenSSL 0.9.8k in cooperative mode (MSVCRT build) [snaury]
* Installers now offer option to modify PATH [jonforums]
* Installers now register file association [jonforums]
* Installers that you can trust: shipping now signed
=== preview2 / 2009-08-16
* New features:
* Bundles Core and Standard Library documentation as CHM.
Feature Request #16782 [vertiginous]
* Bundles The Book of Ruby. Courtesy of Huw Collingbourne.
* Enhancements:
* Upgraded RubyGems version to 1.3.5
* Bugfixes:
* Installers no longer require admin rights. Fixes #26474
* Give priority to Ruby in the PATH. Fixes #26534
=== preview1 / 2009-06-28
* Released
| === rc1 / 2009-11-10
* Enhancements:
* Upgraded pure-ruby Readline to 0.2.0
* Bundle OpenSSL 0.9.8k in cooperative mode (MSVCRT build) [snaury]
* Installers now offer option to modify PATH [jonforums]
* Installers now register file association [jonforums]
* Installers that you can trust: shipping now signed
=== preview2 / 2009-08-16
* New features:
* Bundles Core and Standard Library documentation as CHM.
Feature Request #16782 [vertiginous]
* Bundles The Book of Ruby. Courtesy of Huw Collingbourne.
* Enhancements:
* Upgraded RubyGems version to 1.3.5
* Bugfixes:
* Installers no longer require admin rights. Fixes #26474
* Give priority to Ruby in the PATH. Fixes #26534
=== preview1 / 2009-06-28
* Released
|
Add python packages for SNI support in tests | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
bashate>=0.2 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
# this is required for the docs build jobs
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
doc8 # Apache-2.0
reno>=1.8.0 # Apache2
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
bashate>=0.2 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
pyasn1 # BSD
pyOpenSSL>=0.14 # Apache-2.0
requests>=2.10.0 # Apache-2.0
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
# this is required for the docs build jobs
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
doc8 # Apache-2.0
reno>=1.8.0 # Apache2
|
Update mypy package to 0.710 | # Testing
coverage==4.5.3 # Test coverage
flake8==3.7.7 # Python linting
mypy==0.701 # Type checking
| # Testing
coverage==4.5.3 # Test coverage
flake8==3.7.7 # Python linting
mypy==0.710 # Type checking
|
Fix akinator.py to newest version | akinator.py
archey4==4.6.0.post1; sys_platform != 'darwin'
beautifulsoup4
climage
colorama
distro
flake8
forex-python
geopy
gitpython
googletrans==3.1.0a0
IMDbPY
mock
nltk
pathlib2; python_version < '3.4'
pdfkit
pick
pluginmanager
psutil; sys_platform == 'win32'
pycricbuzz
pydoc-markdown
pydub
pyjokes
pync==1.6.1; sys_platform == 'darwin'
pypiwin32; sys_platform == 'win32'
pyreadline; sys_platform == 'win32'
python-dateutil
pytimeparse
pyttsx3 == 2.71; sys_platform != 'darwin'
pywin32; sys_platform == 'win32'
random-word
requests[security]
shazamio==0.1.0.1
speedtest-cli
sympy
tabulate
termdown
opencv-python-headless
whois
wikipedia
win10toast; sys_platform == 'win32'
gtts
playsound
windows-curses; sys_platform == 'win32'
Image
img2pdf
pdf2image
python-nmap
yeelight
| akinator.py==0.2.1
archey4==4.6.0.post1; sys_platform != 'darwin'
beautifulsoup4
climage
colorama
distro
flake8
forex-python
geopy
gitpython
googletrans==3.1.0a0
IMDbPY
mock
nltk
pathlib2; python_version < '3.4'
pdfkit
pick
pluginmanager
psutil; sys_platform == 'win32'
pycricbuzz
pydoc-markdown
pydub
pyjokes
pync==1.6.1; sys_platform == 'darwin'
pypiwin32; sys_platform == 'win32'
pyreadline; sys_platform == 'win32'
python-dateutil
pytimeparse
pyttsx3 == 2.71; sys_platform != 'darwin'
pywin32; sys_platform == 'win32'
random-word
requests[security]
shazamio==0.1.0.1
speedtest-cli
sympy
tabulate
termdown
opencv-python-headless
whois
wikipedia
win10toast; sys_platform == 'win32'
gtts
playsound
windows-curses; sys_platform == 'win32'
Image
img2pdf
pdf2image
python-nmap
yeelight
|
Add python packages for SNI support in tests | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
bashate>=0.2 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
# this is required for the docs build jobs
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
openstackdocstheme>=1.4.0 # Apache-2.0
doc8 # Apache-2.0
reno>=1.8.0 # Apache2
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
bashate>=0.2 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
pyasn1 # BSD
pyOpenSSL>=0.14 # Apache-2.0
requests>=2.10.0 # Apache-2.0
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
# this is required for the docs build jobs
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
openstackdocstheme>=1.4.0 # Apache-2.0
doc8 # Apache-2.0
reno>=1.8.0 # Apache2
|
Update to Freeciv server r27090. | FCREV=27079
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-2.6-2014.Nov.13"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-2.6"
| FCREV=27090
FCBRANCH=trunk
ORIGCAPSTR="+Freeciv.Devel-2.6-2014.Nov.13"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-2.6"
|
Patch from Mike: clarification of Tools.dll licensing (used by the LLScript compiler) | The LSL compiler is generated with "Compiler tools in C#" version 4.7[1] by Dr. Malcolm Crowe[2]. The code is used with permission by the author:
There is no problem with using the code in any way you like, as long as
somewhere you say that that is what you have done (in the source for
example).
And of course we disclaim all responsibility for any resulting
damage...
Best wishes
Malcolm Crowe
[1] http://cis.paisley.ac.uk/crow-ci0/CSTools47.zip
[2] http://cis.paisley.ac.uk/crow-ci0/
| |
Switch to "old version" of runtime function | template-runtime-code-for-every-action-begin
$global_number_of_operands = number-of-operands ; <new_line>
runtime-code-check-operand-initialize
check-operand-one-is-phrase-name
if ( $global_yes_or_no_operand_error == $global_no ) { <new_line>
$global_source_text = code-get-or-put-phrase-definition-begin runtime-code-for-operand-number-one code-get-or-put-phrase-definition-end ; <new_line>
&function__get_count_of_words( ) ; <new_line>
runtime-code-storage-item-result = $global_action_result ; <new_line>
} else { <new_line>
template-runtime-code-store-result-for-case-error
} <new_line>
template-runtime-code-for-every-action-end
| template-runtime-code-for-every-action-begin
$global_number_of_operands = number-of-operands ; <new_line>
runtime-code-check-operand-initialize
check-operand-one-is-phrase-name
if ( $global_yes_or_no_operand_error == $global_no ) { <new_line>
$global_source_text = code-get-or-put-phrase-definition-begin runtime-code-for-operand-number-one code-get-or-put-phrase-definition-end ; <new_line>
&function__get_count_of_words_old_version( ) ; <new_line>
runtime-code-storage-item-result = $global_action_result ; <new_line>
} else { <new_line>
template-runtime-code-store-result-for-case-error
} <new_line>
template-runtime-code-for-every-action-end
|
Increment Check timeout to 60 seconds | set(KMS_TEST_UTILS_SOURCES
kmstestutils.h kmstestutils.c
)
add_library(kmsfilterstestutils ${KMS_TEST_UTILS_SOURCES})
target_link_libraries(kmsfilterstestutils
${gstreamer-1.5_LIBRARIES}
${gstreamer-base-1.5_LIBRARIES}
${gstreamer-sdp-1.5_LIBRARIES}
${gstreamer-pbutils-1.5_LIBRARIES}
)
set_property(TARGET kmsfilterstestutils
PROPERTY INCLUDE_DIRECTORIES
${gstreamer-1.5_INCLUDE_DIRS}
)
include(TestHelpers)
set(TEST_VARIABLES
"GST_PLUGIN_PATH=${CMAKE_BINARY_DIR}"
"CK_DEFAULT_TIMEOUT=50"
)
set(SUPPRESSIONS "${CMAKE_CURRENT_SOURCE_DIR}/valgrind.supp")
add_subdirectory(element)
| set(KMS_TEST_UTILS_SOURCES
kmstestutils.h kmstestutils.c
)
add_library(kmsfilterstestutils ${KMS_TEST_UTILS_SOURCES})
target_link_libraries(kmsfilterstestutils
${gstreamer-1.5_LIBRARIES}
${gstreamer-base-1.5_LIBRARIES}
${gstreamer-sdp-1.5_LIBRARIES}
${gstreamer-pbutils-1.5_LIBRARIES}
)
set_property(TARGET kmsfilterstestutils
PROPERTY INCLUDE_DIRECTORIES
${gstreamer-1.5_INCLUDE_DIRS}
)
include(TestHelpers)
set(TEST_VARIABLES
"GST_PLUGIN_PATH=${CMAKE_BINARY_DIR}"
# HTTP requests have 60s timeout for the worst case, plus allow some time for
# processing the tests
"CK_DEFAULT_TIMEOUT=120"
)
set(SUPPRESSIONS "${CMAKE_CURRENT_SOURCE_DIR}/valgrind.supp")
add_subdirectory(element)
|
Add man so git help works. | # Some linux packages for basic terminal work, particularly
# oriented at newer users
# Download tools
curl
wget
# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
nano
jed
# Basic clipboard support
xclip
xsel
# Basic Emacs configuration for general development.
emacs-nox
python-mode
emacs-goodies-el
# powerful terminal-based file manager, better than the one in JLab
mc
# Regular build tools for compiling common stuff
build-essential
gfortran
# Dependencies for nbconvert
texlive-xetex
texlive-fonts-recommended
texlive-plain-generic
# Some useful git utilities use basic Ruby
ruby
| # Some linux packages for basic terminal work, particularly
# oriented at newer users
# Basic unix tools
man
# Download tools
curl
wget
# A couple of CLI editors that are easier than vim
# micro # currently not working on 18.04
nano
jed
# Basic clipboard support
xclip
xsel
# Basic Emacs configuration for general development.
emacs-nox
python-mode
emacs-goodies-el
# powerful terminal-based file manager, better than the one in JLab
mc
# Regular build tools for compiling common stuff
build-essential
gfortran
# Dependencies for nbconvert
texlive-xetex
texlive-fonts-recommended
texlive-plain-generic
# Some useful git utilities use basic Ruby
ruby
|
Bump urllib3 from 1.22 to 1.24.2 in /util/pingdom | #
# This file is autogenerated by pip-compile
# To update, run:
#
# make upgrade
#
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
click==6.7
idna==2.6 # via requests
pyyaml==3.12
requests==2.18.4
urllib3==1.22 # via requests
six==1.12.0
| #
# This file is autogenerated by pip-compile
# To update, run:
#
# make upgrade
#
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
click==6.7
idna==2.6 # via requests
pyyaml==3.12
requests==2.18.4
urllib3==1.24.2 # via requests
six==1.12.0
|
Revert "fix "make install" failure" | FIND_PACKAGE (PythonLibs 2 )
FIND_PACKAGE (PythonInterp 2 REQUIRED)
EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(True))" OUTPUT_VARIABLE PYTHON_INSTALL_DIR)
INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH})
MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-strict-aliasing")
set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fno-strict-aliasing")
set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -fno-strict-aliasing")
SET (librepo_COPIES ${pylibrepo_SRCDIR}/__init__.py)
FILE(COPY ${librepo_COPIES} DESTINATION ./librepo/)
ADD_LIBRARY(_librepomodule SHARED ${librepomodule_SRCS})
SET_TARGET_PROPERTIES(_librepomodule PROPERTIES PREFIX "")
TARGET_LINK_LIBRARIES(_librepomodule librepo)
TARGET_LINK_LIBRARIES(_librepomodule
${EXPAT_LIBRARIES}
${CURL_LIBRARY}
${PYTHON_LIBRARY}
)
INSTALL(FILES ${pylibrepo_SRCDIR}/__init__.py DESTINATION ${PYTHON_INSTALL_DIR}/librepo)
INSTALL(TARGETS _librepomodule LIBRARY DESTINATION ${PYTHON_INSTALL_DIR}/librepo)
| FIND_PACKAGE (PythonLibs 2 )
FIND_PACKAGE (PythonInterp 2 REQUIRED)
EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(True))" OUTPUT_VARIABLE PYTHON_INSTALL_DIR)
INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH})
MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-strict-aliasing")
set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fno-strict-aliasing")
set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -fno-strict-aliasing")
SET (librepo_COPIES ${pylibrepo_SRCDIR}/__init__.py)
FILE(COPY ${librepo_COPIES} DESTINATION ./librepo/)
ADD_LIBRARY(_librepomodule SHARED ${librepomodule_SRCS})
SET_TARGET_PROPERTIES(_librepomodule PROPERTIES PREFIX "")
SET_TARGET_PROPERTIES(_librepomodule PROPERTIES LIBRARY_OUTPUT_DIRECTORY "./librepo")
TARGET_LINK_LIBRARIES(_librepomodule librepo)
TARGET_LINK_LIBRARIES(_librepomodule
${EXPAT_LIBRARIES}
${CURL_LIBRARY}
${PYTHON_LIBRARY}
)
INSTALL(FILES ${pylibrepo_SRCDIR}/__init__.py DESTINATION ${PYTHON_INSTALL_DIR}/librepo)
INSTALL(TARGETS _librepomodule LIBRARY DESTINATION ${PYTHON_INSTALL_DIR}/librepo)
|
Remove some experimental code accidentally added. | #-------------------------------------------------------------------
# This file is part of the CMake build system for OGRE
# (Object-oriented Graphics Rendering Engine)
# For the latest info, see http://www.ogre3d.org/
#
# The contents of this file are placed in the public domain. Feel
# free to make use of it in any way you like.
#-------------------------------------------------------------------
# Configure Plugins build
if (OGRE_BUILD_PLUGIN_OCTREE)
add_subdirectory(OctreeSceneManager)
endif (OGRE_BUILD_PLUGIN_OCTREE)
if (OGRE_BUILD_PLUGIN_BSP)
add_subdirectory(BSPSceneManager)
endif (OGRE_BUILD_PLUGIN_BSP)
if (OGRE_BUILD_PLUGIN_CG)
if (NOT Cg_FOUND)
message(STATUS "Could not find dependency: Cg")
message(STATUS "Skipping Plugin_CgProgramManager")
set(OGRE_BUILD_PLUGIN_CG 0)
else (NOT Cg_FOUND)
add_subdirectory(CgProgramManager)
endif (NOT Cg_FOUND)
endif (OGRE_BUILD_PLUGIN_CG)
if (OGRE_BUILD_PLUGIN_PFX)
add_subdirectory(ParticleFX)
endif (OGRE_BUILD_PLUGIN_PFX)
if (OGRE_BUILD_PLUGIN_PCZ)
add_subdirectory(PCZSceneManager)
add_subdirectory(OctreeZone)
endif (OGRE_BUILD_PLUGIN_PCZ)
add_subdirectory(ManualSceneManager)
| #-------------------------------------------------------------------
# This file is part of the CMake build system for OGRE
# (Object-oriented Graphics Rendering Engine)
# For the latest info, see http://www.ogre3d.org/
#
# The contents of this file are placed in the public domain. Feel
# free to make use of it in any way you like.
#-------------------------------------------------------------------
# Configure Plugins build
if (OGRE_BUILD_PLUGIN_OCTREE)
add_subdirectory(OctreeSceneManager)
endif (OGRE_BUILD_PLUGIN_OCTREE)
if (OGRE_BUILD_PLUGIN_BSP)
add_subdirectory(BSPSceneManager)
endif (OGRE_BUILD_PLUGIN_BSP)
if (OGRE_BUILD_PLUGIN_CG)
if (NOT Cg_FOUND)
message(STATUS "Could not find dependency: Cg")
message(STATUS "Skipping Plugin_CgProgramManager")
set(OGRE_BUILD_PLUGIN_CG 0)
else (NOT Cg_FOUND)
add_subdirectory(CgProgramManager)
endif (NOT Cg_FOUND)
endif (OGRE_BUILD_PLUGIN_CG)
if (OGRE_BUILD_PLUGIN_PFX)
add_subdirectory(ParticleFX)
endif (OGRE_BUILD_PLUGIN_PFX)
if (OGRE_BUILD_PLUGIN_PCZ)
add_subdirectory(PCZSceneManager)
add_subdirectory(OctreeZone)
endif (OGRE_BUILD_PLUGIN_PCZ)
|
Add Addi - Matlab/Octave clone. | Category:Office
License:GPLv3
Web Site:http://code.google.com/p/addi/
Source Code:http://code.google.com/p/addi/source/checkout
Issue Tracker:http://code.google.com/p/addi/issues/list
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=4JELWYF6CNHVU&lc=US&item_name=Corbin%20Champion%20Designs¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Summary:Matlab/Octave clone, a math system
Description:
This is a mathematic computing environment like Matlab and Octave,
but made to work on Android devices.
The goal is for 100% compliance with how Octave works including
a compatibility mode that makes the behavior more similar to Matlab
(already very similar).
.
Repo Type:git-svn
Repo:http://addi.googlecode.com/svn/Addi/
Build Version:1.88,37,179
Build Version:1.91,40,189,buildjni=yes
| |
Correct a typo in the readme. | OggIndex - Indexes ogg theora/vorbis files for faster seeking.
OggIndexValid - Validates a file's keyframe index.
See Skeleton-4.0-Index-Specification.txt for index format details.
BUILDING ON LINUX
To build on Linux you require the ogg, theora and vorbis libraries to be
installed. Provided those libraries are installed, building the indexer
should be as simple as running "build-indexer.sh". To build the validator
run "build-validator.sh". If you have libkate installed, it will
automatically build with kate support.
BUILDING ON WINDOWS
To build on Windows, use the Visual Studio 200{5,8} solution at
win32/VS200{5,8}/OggIndex.sln. You must have the ogg, theora, vorbis
and libkate libraries available in OggIndex's parent directory, e.g.
the theora, vorbis and ogg directories containing those libraries
should be in the same directory as the OggIndex directory. Build
the OggIndex project to build the indexer, and OggIndexValid to build
the validator.
You can disable Kate support by removing the HAVE_KATE preprocessor
definjtions from the OggIndex and OggIndexValid's project properties.
| OggIndex - Indexes ogg theora/vorbis files for faster seeking.
OggIndexValid - Validates a file's keyframe index.
See Skeleton-4.0-Index-Specification.txt for index format details.
BUILDING ON LINUX
To build on Linux you require the ogg, theora and vorbis libraries to be
installed. Provided those libraries are installed, building the indexer
should be as simple as running "build-indexer.sh". To build the validator
run "build-validator.sh". If you have libkate installed, it will
automatically build with kate support.
BUILDING ON WINDOWS
To build on Windows, use the Visual Studio 200{5,8} solution at
win32/VS200{5,8}/OggIndex.sln. You must have the ogg, theora, vorbis
and libkate libraries available in OggIndex's parent directory, e.g.
the theora, vorbis and ogg directories containing those libraries
should be in the same directory as the OggIndex directory. Build
the OggIndex project to build the indexer, and OggIndexValid to build
the validator.
You can disable Kate support by removing the HAVE_KATE preprocessor
definitions from the OggIndex and OggIndexValid's project properties.
|
Update vent from 0.8.3 to 0.9.0 | falcon==2.0.0
falcon-cors==1.1.7
gevent==1.4.0
gunicorn==19.9.0
redis==3.2.1
vent==0.8.3
| falcon==2.0.0
falcon-cors==1.1.7
gevent==1.4.0
gunicorn==19.9.0
redis==3.2.1
vent==0.9.0
|
Install .inl and .hpp files to include dirs as well. | add_custom_target(version
COMMAND ${CMAKE_SOURCE_DIR}/CreateVersionFile.py .)
install(DIRECTORY ./
DESTINATION include/libavg
FILES_MATCHING PATTERN *.h)
install(FILES ${CMAKE_BINARY_DIR}/src/avgconfig.h ${CMAKE_BINARY_DIR}/src/version.h
DESTINATION include/libavg)
add_subdirectory(tess)
add_subdirectory(test)
add_subdirectory(base)
add_subdirectory(graphics)
add_subdirectory(imaging)
add_subdirectory(oscpack)
add_subdirectory(audio)
add_subdirectory(video)
add_subdirectory(player)
add_subdirectory(anim)
add_subdirectory(wrapper)
| add_custom_target(version
COMMAND ${CMAKE_SOURCE_DIR}/CreateVersionFile.py .)
install(DIRECTORY ./
DESTINATION include/libavg
FILES_MATCHING PATTERN *.inl)
install(DIRECTORY ./
DESTINATION include/libavg
FILES_MATCHING PATTERN *.hpp)
install(DIRECTORY ./
DESTINATION include/libavg
FILES_MATCHING PATTERN *.h)
install(FILES ${CMAKE_BINARY_DIR}/src/avgconfig.h ${CMAKE_BINARY_DIR}/src/version.h
DESTINATION include/libavg)
add_subdirectory(tess)
add_subdirectory(test)
add_subdirectory(base)
add_subdirectory(graphics)
add_subdirectory(imaging)
add_subdirectory(oscpack)
add_subdirectory(audio)
add_subdirectory(video)
add_subdirectory(player)
add_subdirectory(anim)
add_subdirectory(wrapper)
|
Update cython from 0.28.3 to 0.28.5 | flake8==3.4.1
pytest==3.7.1
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.3
| flake8==3.4.1
pytest==3.7.1
pytest-cov==2.5.1
pytest-catchlog==1.2.2
docker-py==1.10.6
lz4==2.1.0
xxhash==1.0.1
python-snappy==0.5.1
# pypiwin32==219
cython==0.28.5
|
Update mypy package to 0.761 | # Testing
coverage==5.0.1 # Test coverage
flake8==3.7.9 # Python linting
codecov==2.0.15 # Test coverage reporting
mypy==0.711 # Static typing
| # Testing
coverage==5.0.1 # Test coverage
flake8==3.7.9 # Python linting
codecov==2.0.15 # Test coverage reporting
mypy==0.761 # Static typing
|
Update wagtail from 1.13 to 1.13.1 | git+git://github.com/liqd/adhocracy4.git@master#egg=adhocracy4
bcrypt==3.1.4
django-capture-tag==1.0
html5lib==0.999999999
wagtail==1.13
XlsxWriter==1.0.2
zeep==2.4.0
# Inherited a4-core requirements
bleach==2.1.1
Django==1.11.7
django-allauth==0.34.0
django-autoslug==1.9.3
django-background-tasks==1.1.12
django-ckeditor==5.3.1
django-filter==1.1.0
django-widget-tweaks==1.4.1
djangorestframework==3.7.3
easy-thumbnails==2.5
jsonfield==2.0.2
python-dateutil==2.6.1
python-magic==0.4.13
rules==1.2.1
| git+git://github.com/liqd/adhocracy4.git@master#egg=adhocracy4
bcrypt==3.1.4
django-capture-tag==1.0
html5lib==0.999999999
wagtail==1.13.1
XlsxWriter==1.0.2
zeep==2.4.0
# Inherited a4-core requirements
bleach==2.1.1
Django==1.11.7
django-allauth==0.34.0
django-autoslug==1.9.3
django-background-tasks==1.1.12
django-ckeditor==5.3.1
django-filter==1.1.0
django-widget-tweaks==1.4.1
djangorestframework==3.7.3
easy-thumbnails==2.5
jsonfield==2.0.2
python-dateutil==2.6.1
python-magic==0.4.13
rules==1.2.1
|
Update WhereYouGo to 0.9.3 (44) | Categories:Navigation
License:GPL-3.0+
Web Site:
Source Code:https://github.com/biylda/WhereYouGo
Issue Tracker:https://github.com/biylda/WhereYouGo/issues
Auto Name:WhereYouGo
Summary:Whereigo client
Description:
WhereYouGo is an unofficial client for Wherigo Geocaching. It displays online
and offline vector maps using Mapsforge library, alternatively Locus can be used
to display maps.
.
Repo Type:git
Repo:https://github.com/biylda/WhereYouGo
Build:0.9.1-git,40
commit=5bdd47ff992250f8c65fc49f4f5d31ddc706cd8c
gradle=yes
forceversion=yes
Build:0.9.1,41
disable=tag moved by upstream
commit=0.9.1
gradle=yes
Build:0.9.1,42
commit=0.9.1
gradle=yes
Build:0.9.2,43
commit=0.9.2-beta
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.9.2
Current Version Code:43
| Categories:Navigation
License:GPL-3.0+
Web Site:
Source Code:https://github.com/biylda/WhereYouGo
Issue Tracker:https://github.com/biylda/WhereYouGo/issues
Auto Name:WhereYouGo
Summary:Whereigo client
Description:
WhereYouGo is an unofficial client for Wherigo Geocaching. It displays online
and offline vector maps using Mapsforge library, alternatively Locus can be used
to display maps.
.
Repo Type:git
Repo:https://github.com/biylda/WhereYouGo
Build:0.9.1-git,40
commit=5bdd47ff992250f8c65fc49f4f5d31ddc706cd8c
gradle=yes
forceversion=yes
Build:0.9.1,41
disable=tag moved by upstream
commit=0.9.1
gradle=yes
Build:0.9.1,42
commit=0.9.1
gradle=yes
Build:0.9.2,43
commit=0.9.2-beta
gradle=yes
Build:0.9.3,44
commit=0.9.3
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.9.3
Current Version Code:44
|
Update Url forwarder to 0.3 (7) | Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daverix/urlforwarder
Issue Tracker:https://github.com/daverix/urlforwarder/issues
Auto Name:Url forwarder
Summary:Save bookmarks
Description:
Provides a bookmarklet functionality: It works by sharing a link from any app
using filters.
.
Repo Type:git
Repo:https://github.com/daverix/urlforwarder
Build:0.2.4,6
commit=3d4d1253796bf0f120773428607271a3feae7732
subdir=app
gradle=yes
prebuild=sed -i -e '/gradle/s/2.2.0-beta1/2.1.0/g' build.gradle ../build.gradle
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.2.5
Current Version Code:7
| Categories:Internet
License:GPLv3
Web Site:
Source Code:https://github.com/daverix/urlforwarder
Issue Tracker:https://github.com/daverix/urlforwarder/issues
Auto Name:Url forwarder
Summary:Save bookmarks
Description:
Provides a bookmarklet functionality: It works by sharing a link from any app
using filters.
.
Repo Type:git
Repo:https://github.com/daverix/urlforwarder
Build:0.2.4,6
commit=3d4d1253796bf0f120773428607271a3feae7732
subdir=app
gradle=yes
prebuild=sed -i -e '/gradle/s/2.2.0-beta1/2.1.0/g' build.gradle ../build.gradle
Build:0.3,7
commit=v0.3
subdir=app
gradle=yes
prebuild=sed -i -e '/gradle/s/2.2.0-beta2/2.1.0/g' build.gradle ../build.gradle
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.3
Current Version Code:7
|
Fix hacking min version to 3.0.1 | hacking>=3.0,<4.0.0 # Apache-2.0
coverage>=3.6
fixtures>=1.3.1
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
| hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage>=3.6
fixtures>=1.3.1
python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
|
Update pytest from 6.1.2 to 6.2.0 | setuptools>=17.1
pytest-cov==2.10.1
flake8==3.8.4
pytest==6.1.2 | setuptools>=17.1
pytest-cov==2.10.1
flake8==3.8.4
pytest==6.2.0 |
Bump pylint from 2.15.2 to 2.15.3 | # linters
pycodestyle==2.9.1
pydocstyle==6.1.1
pylint==2.15.2; python_version>'3.3'
black==22.8.0
-r requirements-test.txt
| # linters
pycodestyle==2.9.1
pydocstyle==6.1.1
pylint==2.15.3; python_version>'3.3'
black==22.8.0
-r requirements-test.txt
|
Update django from 1.10.5 to 1.11 | # Requirements required by this package:
django==1.10.5
django-classy-tags==0.8.0
| # Requirements required by this package:
django==1.11
django-classy-tags==0.8.0
|
Update tox from 3.13.2 to 3.14.2 | codecov==2.0.15
tox==3.13.2
tox-travis==0.11
| codecov==2.0.15
tox==3.14.2
tox-travis==0.11
|
Fix build to pin azure-storage dependency | requests
flask
Flask-Bootstrap
git+git://github.com/open-policy-agent/rego-python@master
pytest
azure-storage >= 0.34.3
azure-cosmos
| requests
flask
Flask-Bootstrap
git+git://github.com/open-policy-agent/rego-python@master
pytest
azure-storage == 0.34.3
azure-cosmos
|
Update pynacl from 1.1.2 to 1.2.0 | --editable .
cryptography==2.1.2
pynacl==1.1.2
six==1.11.0
tox==2.9.1
coveralls==1.2.0
coverage==4.4.1
| --editable .
cryptography==2.1.2
pynacl==1.2.0
six==1.11.0
tox==2.9.1
coveralls==1.2.0
coverage==4.4.1
|
Use https uri to clone wtforms. | # This requirements is for development
Flask
misaka
pygments
# database
Flask-SQLAlchemy
#MySQL-python
# cache support
Flask-Cache
#python-memcached
# i18n and l10n
Flask-Babel
# form support
#Flask-WTF
-e hg+ssh://hg@bitbucket.org/simplecodes/wtforms#egg=WTForms
-e git+git://github.com/lepture/flask-wtf.git#egg=Flask-WTF
# mail support
Flask-Mail
# testing
nose
| # This requirements is for development
Flask
misaka
pygments
# database
Flask-SQLAlchemy
#MySQL-python
# cache support
Flask-Cache
#python-memcached
# i18n and l10n
Flask-Babel
# form support
#Flask-WTF
-e hg+https://bitbucket.org/simplecodes/wtforms#egg=WTForms
-e git+git://github.com/lepture/flask-wtf.git#egg=Flask-WTF
# mail support
Flask-Mail
# testing
nose
|
Update pillow from 4.2.1 to 7.0.0 | pytest==3.5.1
pytest-selenium==1.11.1
Pillow==4.2.1
git+https://github.com/olymk2/pytest-inomaly.git
| pytest==3.5.1
pytest-selenium==1.11.1
Pillow==7.0.0
git+https://github.com/olymk2/pytest-inomaly.git
|
Update compatibility tag to reflect testing with 4.0. | === QuickLogin ===
Contributors: redsweater
Tags: utilities, login, admin
Requires at least: 3.4.2
Tested up to: 3.5
Stable tag: 1.0.1
License: MIT
License URI: http://opensource.org/licenses/MIT
Adds a keyboard shortcut to your blog for easily logging in.
== Description ==
The QuickLogin plugin for self-hosted WordPress sites adds Squarespace-inspired detection of Escape key to login to the site. Just install the plugin, and pressing the "Escape" key while viewing your site will present the login panel if you're not already logged in.
== Installation ==
To install this plugin, just copy the "QuickLogin" folder to
[YourWordPressSite]/wp-content/plugins/
And then enable the plugin from your WordPress admin panel plugins page.
| === QuickLogin ===
Contributors: redsweater
Tags: utilities, login, admin
Requires at least: 3.4.2
Tested up to: 4.0
Stable tag: 1.0.1
License: MIT
License URI: http://opensource.org/licenses/MIT
Adds a keyboard shortcut to your blog for easily logging in.
== Description ==
The QuickLogin plugin for self-hosted WordPress sites adds Squarespace-inspired detection of Escape key to login to the site. Just install the plugin, and pressing the "Escape" key while viewing your site will present the login panel if you're not already logged in.
== Installation ==
To install this plugin, just copy the "QuickLogin" folder to
[YourWordPressSite]/wp-content/plugins/
And then enable the plugin from your WordPress admin panel plugins page.
|
Set safe version of hacking | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=3.1.0,<4.0.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
Pygments>=2.2.0 # BSD license
flake8-import-order>=0.17.1 # LGPLv3
openstacksdk>=0.37.0 # Apache-2.0
| # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=3.1.0,<4.0.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
Pygments>=2.2.0 # BSD license
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<2.7.0 # MIT
openstacksdk>=0.37.0 # Apache-2.0
|
Add MD5 sum to vkcpp dependency | set(EXTERNAL_NAME vkcpp)
string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
include(ExternalProject)
ExternalProject_Add(
${EXTERNAL_NAME}
DOWNLOAD_NAME vkcpp-cmake.zip
URL https://codeload.github.com/jherico/vkcpp/zip/cmake
#URL_MD5 1ede613de5b3596d7530d4706c546d5b
CMAKE_ARGS ${PLATFORM_CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -DVK_SPEC_URL:STRING=https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/2656f459333b3a1dc63619a9ebd83490eea22e93/src/spec/vk.xml
LOG_DOWNLOAD 1
)
# Hide this external target (for ide users)
set_target_properties(${EXTERNAL_NAME} PROPERTIES FOLDER "externals")
ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)
set(${EXTERNAL_NAME_UPPER}_INCLUDE_DIRS ${INSTALL_DIR}/include CACHE TYPE INTERNAL)
| set(EXTERNAL_NAME vkcpp)
string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
include(ExternalProject)
ExternalProject_Add(
${EXTERNAL_NAME}
DOWNLOAD_NAME vkcpp-cmake.zip
URL https://codeload.github.com/jherico/vkcpp/zip/cmake
URL_MD5 bf5d960fbaa9ff520bbfd97d9a9191ea
CMAKE_ARGS ${PLATFORM_CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -DVK_SPEC_URL:STRING=https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/2656f459333b3a1dc63619a9ebd83490eea22e93/src/spec/vk.xml
LOG_DOWNLOAD 1
)
# Hide this external target (for ide users)
set_target_properties(${EXTERNAL_NAME} PROPERTIES FOLDER "externals")
ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)
set(${EXTERNAL_NAME_UPPER}_INCLUDE_DIRS ${INSTALL_DIR}/include CACHE TYPE INTERNAL)
|
Bump black from 22.6.0 to 22.8.0 | black==22.6.0
docutils==0.19
flake8==5.0.2
pygments==2.13.0
| black==22.8.0
docutils==0.19
flake8==5.0.2
pygments==2.13.0
|
Update coverage from 4.4.2 to 4.5 | # ydf/requirements/test.txt
#
# Requirements for executing this package test suite.
-r dev.txt
coverage==4.4.2
pytest<3.3.0; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pytest==3.4.0; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'
pytest-cov==2.5.1
pytest-mock==1.6.3
pytest-pep8==1.0.6
| # ydf/requirements/test.txt
#
# Requirements for executing this package test suite.
-r dev.txt
coverage==4.5
pytest<3.3.0; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pytest==3.4.0; (python_version > '2.7' and python_version < '3.0') or python_version > '3.4'
pytest-cov==2.5.1
pytest-mock==1.6.3
pytest-pep8==1.0.6
|
Update pytest from 5.3.3 to 5.3.4 | -r requirements.txt
flake8==3.7.9
pytest==5.3.3
pytest-cov==2.8.1
pytest-django==3.8.0
| -r requirements.txt
flake8==3.7.9
pytest==5.3.4
pytest-cov==2.8.1
pytest-django==3.8.0
|
Update tox requirement from ~=3.20.1 to ~=3.21.1 | -e .[aiohttp,requests]
-r docs.txt
-r test.txt
wheel~=0.36.2
twine~=3.3.0
isort==5.7.0
tox~=3.20.1
flake8==3.8.4
black~=20.8b1
| -e .[aiohttp,requests]
-r docs.txt
-r test.txt
wheel~=0.36.2
twine~=3.3.0
isort==5.7.0
tox~=3.21.1
flake8==3.8.4
black~=20.8b1
|
Update pyyaml from 3.11 to 3.12 | pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.2
#cryptography==1.7
PyYAML==3.11
pytest==2.9.2
| pip==9.0.1
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.3.0
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.2
#cryptography==1.7
PyYAML==3.12
pytest==2.9.2
|
Update tox from 2.3.1 to 3.0.0 | pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.3
tox==2.3.1
coverage==4.2
Sphinx==1.4.5
cryptography==1.4
PyYAML==3.11
pandas==0.18.1
| pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==3.0.3
tox==3.0.0
coverage==4.2
Sphinx==1.4.5
cryptography==1.4
PyYAML==3.11
pandas==0.18.1
|
Update copyright notice to 2020 | The MIT License (MIT)
Copyright (c) 2016 Pushpad (https://pushpad.xyz)
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 rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
| The MIT License (MIT)
Copyright (c) 2016-2020 Pushpad (https://pushpad.xyz)
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 rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
|
Add note telling users to add new functions to the end of the list. | PyUFunc_FromFuncAndData
PyUFunc_RegisterLoopForType
PyUFunc_GenericFunction
PyUFunc_f_f_As_d_d
PyUFunc_d_d
PyUFunc_f_f
PyUFunc_g_g
PyUFunc_F_F_As_D_D
PyUFunc_F_F
PyUFunc_D_D
PyUFunc_G_G
PyUFunc_O_O
PyUFunc_ff_f_As_dd_d
PyUFunc_ff_f
PyUFunc_dd_d
PyUFunc_gg_g
PyUFunc_FF_F_As_DD_D
PyUFunc_DD_D
PyUFunc_FF_F
PyUFunc_GG_G
PyUFunc_OO_O
PyUFunc_O_O_method
PyUFunc_OO_O_method
PyUFunc_On_Om
PyUFunc_GetPyValues
PyUFunc_checkfperr
PyUFunc_clearfperr
PyUFunc_getfperr
PyUFunc_handlefperr
PyUFunc_ReplaceLoopBySignature | # The functions in the ufunc C API. They are defined
# here so that the order is set. Append new functions
# to the end of the list.
PyUFunc_FromFuncAndData
PyUFunc_RegisterLoopForType
PyUFunc_GenericFunction
PyUFunc_f_f_As_d_d
PyUFunc_d_d
PyUFunc_f_f
PyUFunc_g_g
PyUFunc_F_F_As_D_D
PyUFunc_F_F
PyUFunc_D_D
PyUFunc_G_G
PyUFunc_O_O
PyUFunc_ff_f_As_dd_d
PyUFunc_ff_f
PyUFunc_dd_d
PyUFunc_gg_g
PyUFunc_FF_F_As_DD_D
PyUFunc_DD_D
PyUFunc_FF_F
PyUFunc_GG_G
PyUFunc_OO_O
PyUFunc_O_O_method
PyUFunc_OO_O_method
PyUFunc_On_Om
PyUFunc_GetPyValues
PyUFunc_checkfperr
PyUFunc_clearfperr
PyUFunc_getfperr
PyUFunc_handlefperr
PyUFunc_ReplaceLoopBySignature
|
Upgrade dependency python-dateutil to ==2.7.1 | coreapi==2.3.3
Django==2.0
django-rest-swagger==2.1.2
django-taggit==0.22.2
django-taggit-serializer==0.1.5
django-webpack-loader==0.6.0
djangorestframework==3.7.7
djangorestframework-jwt==1.11.0
freezegun==0.3.10
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.4
PyJWT==1.6.0
python-dateutil==2.7.0
requests==2.18.4
simplejson==3.11.1
six==1.11.0
uritemplate==3.0.0
uwsgi==2.0.17
| coreapi==2.3.3
Django==2.0
django-rest-swagger==2.1.2
django-taggit==0.22.2
django-taggit-serializer==0.1.5
django-webpack-loader==0.6.0
djangorestframework==3.7.7
djangorestframework-jwt==1.11.0
freezegun==0.3.10
itypes==1.1.0
openapi-codec==1.3.2
psycopg2==2.7.4
PyJWT==1.6.0
python-dateutil==2.7.1
requests==2.18.4
simplejson==3.11.1
six==1.11.0
uritemplate==3.0.0
uwsgi==2.0.17
|
Update pytest from 6.0.1 to 6.0.2 | Flask>=0.11.1
Flask-Cache==0.13.1
requests==2.21.0 # pyup: ignore, can't upgrade to a later version until we use Python 3.5
beautifulsoup4>=4.5.1
flake8==3.8.3
pytest==6.0.1
retry==0.9.2
selenium==3.141.0
notifications-python-client==5.7.0
| Flask>=0.11.1
Flask-Cache==0.13.1
requests==2.21.0 # pyup: ignore, can't upgrade to a later version until we use Python 3.5
beautifulsoup4>=4.5.1
flake8==3.8.3
pytest==6.0.2
retry==0.9.2
selenium==3.141.0
notifications-python-client==5.7.0
|
Update psycopg2 from 2.6.2 to 2.7.1 | # This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
pylibmc==1.5.1
django-heroku-memcacheify==1.0.0
psycopg2==2.6.2
-r requirements/production.txt
| # This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
pylibmc==1.5.1
django-heroku-memcacheify==1.0.0
psycopg2==2.7.1
-r requirements/production.txt
|
Use new patch version for security purposes | django==1.10.3
djangorestframework==3.6.3
jsonfield==2.0.2
scipy==0.19.1
pydub==0.19.0
SpeechRecognition==3.7.1
textrazor==1.3.0
pocketsphinx==0.1.3
django-cors-headers==2.1.0
| django==1.10.7
djangorestframework==3.6.3
jsonfield==2.0.2
scipy==0.19.1
pydub==0.19.0
SpeechRecognition==3.7.1
textrazor==1.3.0
pocketsphinx==0.1.3
django-cors-headers==2.1.0
|
Update docker from 4.4.0 to 4.4.1 | ansible-lint==4.3.7
docker==4.4.0
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1
| ansible-lint==4.3.7
docker==4.4.1
flake8==3.8.4
molecule==3.0.8
pytest==6.2.1
testinfra==6.0.0
tox==3.20.1
|
Update the api client to version that uses the shared signature auth library | Django==1.9.13
gunicorn==19.5.0
raven==5.19.0
requests==2.10.0
whitenoise==3.1
jsonschema==2.5.1
django_recaptcha==1.2.0
zenpy==1.1.10
git+https://github.com/uktrade/directory-validators.git@1.3.2#egg=directory_validators
git+https://github.com/uktrade/directory-api-client.git@4.2.0#egg=directory_api_client
git+https://github.com/uktrade/directory-constants.git@2.0.0#egg=directory_constants
| Django==1.9.13
gunicorn==19.5.0
raven==5.19.0
requests==2.10.0
whitenoise==3.1
jsonschema==2.5.1
django_recaptcha==1.2.0
zenpy==1.1.10
git+https://github.com/uktrade/directory-validators.git@1.3.2#egg=directory_validators
git+https://github.com/uktrade/directory-signature-auth.git@0.1.0#egg=sigauth
git+https://github.com/uktrade/directory-api-client.git@4.3.0#egg=directory_api_client
git+https://github.com/uktrade/directory-constants.git@2.0.0#egg=directory_constants
|
Work with latest commit from master for influxdb python client | certifi==2015.4.28
influxdb==2.6.0
kafka-python==0.9.4
mock==1.0.1
nose==1.3.7
PyYAML==3.11
requests==2.7.0
six==1.9.0
virtualenv==13.1.0
wheel==0.24.0
| certifi==2015.4.28
-e git://github.com/influxdb/influxdb-python.git@815f7f96caf700c9bb3e6b5eb3108cfcee4c0469#egg=influxdb
kafka-python==0.9.4
mock==1.0.1
nose==1.3.7
PyYAML==3.11
requests==2.7.0
six==1.9.0
virtualenv==13.1.0
wheel==0.24.0
|
Update matplotlib from 2.1.2 to 2.2.0 | # basis
requests==2.18.4
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.4.2
betamax==0.8.0
# documentation
Sphinx==1.7.1
nbsphinx==0.3.1
# data science
jupyter==1.0.0
matplotlib==2.1.2
# integration
tox==2.9.1
# code style
flake8==3.5.0
pydocstyle==2.1.1
mypy==0.570
# to fix connection issues
PyOpenSSL==17.5.0; python_version <= '2.7'
# for package management (uploads)
twine==1.9.1
| # basis
requests==2.18.4
envparse==0.2.0
# json validation (inspector)
jsonschema==2.6.0
# testing
pytest==3.4.2
betamax==0.8.0
# documentation
Sphinx==1.7.1
nbsphinx==0.3.1
# data science
jupyter==1.0.0
matplotlib==2.2.0
# integration
tox==2.9.1
# code style
flake8==3.5.0
pydocstyle==2.1.1
mypy==0.570
# to fix connection issues
PyOpenSSL==17.5.0; python_version <= '2.7'
# for package management (uploads)
twine==1.9.1
|
Update dataset from 1.0.2 to 1.0.3 | twisted >= 12.0.0
requests >= 2.1.0
pyyaml==3.12
jsonschema >= 1.0.0
beautifulsoup4==4.6.0
pyopenssl==17.3.0
ndg-httpsclient==0.4.3
pyasn1==0.3.6
tvdb_api==1.10
repoze.lru==0.7
pygeoip==0.3.2
sqlalchemy==1.1.14
dataset==1.0.2
python-instagram==1.3.2
simplejson >= 3.0.0
httplib2 >= 0.8.0
feedparser >= 5.1.3
service_identity==17.0.0
python-dateutil >= 2.2
pytz==2017.2
pytvmaze==2.0.8
| twisted >= 12.0.0
requests >= 2.1.0
pyyaml==3.12
jsonschema >= 1.0.0
beautifulsoup4==4.6.0
pyopenssl==17.3.0
ndg-httpsclient==0.4.3
pyasn1==0.3.6
tvdb_api==1.10
repoze.lru==0.7
pygeoip==0.3.2
sqlalchemy==1.1.14
dataset==1.0.3
python-instagram==1.3.2
simplejson >= 3.0.0
httplib2 >= 0.8.0
feedparser >= 5.1.3
service_identity==17.0.0
python-dateutil >= 2.2
pytz==2017.2
pytvmaze==2.0.8
|
Update colorama from 0.3.8 to 0.3.9 | kaptan>=0.5.7
libtmux==0.6.5 # Updated from 0.6.4
click==6.7
colorama==0.3.8
| kaptan>=0.5.7
libtmux==0.6.5 # Updated from 0.6.4
click==6.7
colorama==0.3.9
|
Update bcrypt from 3.2.0 to 3.2.2 | beautifulsoup4==4.11.1
bcrypt==3.2.0
croniter==1.3.4
Cython==0.29.28
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.45.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.8.0
Pillow==9.1.0
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2022.4.24
requests==2.27.1
ruamel.yaml==0.17.21
Twisted[tls]==22.4.0
| beautifulsoup4==4.11.1
bcrypt==3.2.2
croniter==1.3.4
Cython==0.29.28
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.45.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.8.0
Pillow==9.1.0
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2022.4.24
requests==2.27.1
ruamel.yaml==0.17.21
Twisted[tls]==22.4.0
|
Update pytest from 3.4.0 to 3.4.1 | molecule==2.8.2
pytest==3.4.0
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
| molecule==2.8.2
pytest==3.4.1
python-vagrant==0.5.15
testinfra==1.10.1
tox==2.9.1
|
Downgrade to Python SDK version 2.2.2 | ansible==2.3.2.0
awscli==1.10.58
billiard==3.5.0.2
boto3==1.4.6
botocore==1.6.3
celery==3.1.25
cffi==1.7.0
couchbase==2.2.5
coverage==4.4.1
cryptography==2.0.3
decorator==4.1.2
fabric3==1.13.1.post1
flake8==3.4.1
isort==4.2.15
jinja2==2.9.6
nose==1.3.7
numpy==1.13.1
pep8-naming==0.4.1
psutil==5.2.2
pydocstyle==2.0.0
pycrypto==2.6.1
requests==2.1.0
sqlalchemy==1.1.7
twisted==16.2.0
urllib3==1.20
validators==0.12.0
xmltodict==0.11.0
git+https://github.com/couchbaselabs/mc_bin_client.git@py3#egg=mc_bin_client
git+https://github.com/mattrobenolt/jinja2-cli.git#egg=jinja2-cli
git+https://github.com/pavel-paulau/seriesly-python-client.git#egg=seriesly
| ansible==2.3.2.0
awscli==1.10.58
billiard==3.5.0.2
boto3==1.4.6
botocore==1.6.3
celery==3.1.25
cffi==1.7.0
couchbase==2.2.2
coverage==4.4.1
cryptography==2.0.3
decorator==4.1.2
fabric3==1.13.1.post1
flake8==3.4.1
isort==4.2.15
jinja2==2.9.6
nose==1.3.7
numpy==1.13.1
pep8-naming==0.4.1
psutil==5.2.2
pydocstyle==2.0.0
pycrypto==2.6.1
requests==2.1.0
sqlalchemy==1.1.7
twisted==16.2.0
urllib3==1.20
validators==0.12.0
xmltodict==0.11.0
git+https://github.com/couchbaselabs/mc_bin_client.git@py3#egg=mc_bin_client
git+https://github.com/mattrobenolt/jinja2-cli.git#egg=jinja2-cli
git+https://github.com/pavel-paulau/seriesly-python-client.git#egg=seriesly
|
Update django-storages from 1.6.4 to 1.6.5 | boto3==1.4.4
botocore==1.5.90
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.3
django-grappelli==2.10.1
django-haystack==2.5.1
django-linkcheck==1.4
django-s3-folder-storage==0.5
django-storages==1.6.4
docutils==0.13.1
elasticsearch==2.4.1
futures==3.1.1
gunicorn==19.7.1
idna==2.5
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.88.1.73
psycopg2==2.7.3
python-dateutil==2.6.1
python-ptrace==0.9.2
pyuploadcare==2.2.1
requests==2.18.2
rollbar==0.13.12
s3transfer==0.1.10
simplejson==3.11.1
six==1.10.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
| boto3==1.4.4
botocore==1.5.90
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.3
django-grappelli==2.10.1
django-haystack==2.5.1
django-linkcheck==1.4
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.13.1
elasticsearch==2.4.1
futures==3.1.1
gunicorn==19.7.1
idna==2.5
jmespath==0.9.3
MySQL-python==1.2.5
newrelic==2.88.1.73
psycopg2==2.7.3
python-dateutil==2.6.1
python-ptrace==0.9.2
pyuploadcare==2.2.1
requests==2.18.2
rollbar==0.13.12
s3transfer==0.1.10
simplejson==3.11.1
six==1.10.0
static3==0.7.0
urllib3==1.22
Whoosh==2.7.4
|
Use GitHub URL for django-social-auth | Django==1.4.5
boto==2.8.0
dj-database-url==0.2.1
django-pylibmc-sasl==0.2.4
-e git+git@github.com:dasevilla/django-social-auth.git@585db068b4a084716e47f8688e3bab569c14daa2#egg=django_social_auth-dev
django-storages==1.1.6
firebase-token-generator==1.2
httplib2==0.7.7
oauth2==1.5.211
psycopg2==2.4.6
pylibmc==1.2.3
python-openid==2.2.5
raven==3.1.15
requests==1.1.0
wsgiref==0.1.2
| Django==1.4.5
boto==2.8.0
dj-database-url==0.2.1
django-pylibmc-sasl==0.2.4
git+git://github.com/omab/django-social-auth.git
django-storages==1.1.6
firebase-token-generator==1.2
httplib2==0.7.7
oauth2==1.5.211
psycopg2==2.4.6
pylibmc==1.2.3
python-openid==2.2.5
raven==3.1.15
requests==1.1.0
wsgiref==0.1.2
|
Update splinter from 0.7.5 to 0.7.7 | splinter==0.7.5
#zope.testbrowser
#mechanize
#cssselect
babel==2.4.0
pyyaml==3.12
prompt-toolkit==1.0.14
| splinter==0.7.7
#zope.testbrowser
#mechanize
#cssselect
babel==2.4.0
pyyaml==3.12
prompt-toolkit==1.0.14
|
Make snippet slightly more Perl 6-y | say my $candidates = all
(‘Alphabet’, ‘subdermatoglyphic’,
‘Emily Jung Schwartzkopf’).pick: 2;
say “All isograms? {$_ ?? ‘✔’ !! ‘❌’}”
given is-isogram($candidates).so;
sub is-isogram (Str $_ --> Bool) {
.uc.comb(/<:L>/).Bag ⊆ 'A'..'Z';
}
| say my $candidates = all
«Alphabet subdermatoglyphic
‘Emily Jung Schwartzkopf’».pick: 2;
say “All isograms? {$_ ?? ‘✔’ !! ‘❌’}”
given is-isogram($candidates).so;
sub is-isogram (Str $_ --> Bool) {
.uc.comb(/<:L>/).Bag ⊆ 'A'..'Z';
}
|
Add 'filename', make header values more verbose | Title
Volume 123, Number 04
1990-10-23
Subtitle
-ARTICLES-
Article 1 Name
This is the Second Article
The Third Article is One Which has a Very Long Title: And a Subtitle to Boot
-CONTRIBUTORS-
EDITOR IN CHIEF
Editor InChief
MANAGING EDITOR
Manage N.G. Editor
EXECUTIVE EDITOR
Exec U. Tiv
WRITERS
Ernest Hemingway
Charles Dickens
Stephen King
Jane Austin
Ed Poe
Mark Twain
James Joyce
NEWS EDITOR
Edward R. Murrow
NEWS WRITERS
James Agee
Christiane Amanpour
James Baldwin
ENTERTAINMENT EDITOR
Alan Coren
ENTERTAINMENT WRITERS
Russel Baker
SPORTS EDITOR
John Anderson
SPORTS WRITERS
Matt Barrie
Chris Berman
Max Bretos
Nicole Briscoe
ILLUSTRATOR
Herbert Block
ART DIRECTOR
Leonardo DaVinci
PRODUCTION MANAGERS
Pro Duct Manager
PRODUCTION STAFF
John Doe
PHOTO EDITOR
Jane Doe
CHIEF PHOTOGRAPHER
Robert Capa
PHOTOGRAPHERS
Ansel Adams
Henri Cartier-Bresson
Dorothea Lange
ADVERTISING MANAGER
Don Draper
BUSINESS MANAGER
Andrew Carnegie
ADVISOR
Benjamin Franklin
| The Title of the Item
Volume 123, Number 04
1990-10-23
The Subtitle of the item
Filename_of_given_type.pdf
-ARTICLES-
Article 1 Name
This is the Second Article
The Third Article is One Which has a Very Long Title: And a Subtitle to Boot
-CONTRIBUTORS-
EDITOR IN CHIEF
Editor InChief
MANAGING EDITOR
Manage N.G. Editor
EXECUTIVE EDITOR
Exec U. Tiv
WRITERS
Ernest Hemingway
Charles Dickens
Stephen King
Jane Austin
Ed Poe
Mark Twain
James Joyce
NEWS EDITOR
Edward R. Murrow
NEWS WRITERS
James Agee
Christiane Amanpour
James Baldwin
ENTERTAINMENT EDITOR
Alan Coren
ENTERTAINMENT WRITERS
Russel Baker
SPORTS EDITOR
John Anderson
SPORTS WRITERS
Matt Barrie
Chris Berman
Max Bretos
Nicole Briscoe
ILLUSTRATOR
Herbert Block
ART DIRECTOR
Leonardo DaVinci
PRODUCTION MANAGERS
Pro Duct Manager
PRODUCTION STAFF
John Doe
PHOTO EDITOR
Jane Doe
CHIEF PHOTOGRAPHER
Robert Capa
PHOTOGRAPHERS
Ansel Adams
Henri Cartier-Bresson
Dorothea Lange
ADVERTISING MANAGER
Don Draper
BUSINESS MANAGER
Andrew Carnegie
ADVISOR
Benjamin Franklin
|
Update yarl from 0.7.0 to 0.7.1 | pip==9.0.1
flake8==3.2.0
pyflakes==1.3.0
coverage==4.2
cchardet==1.1.1
sphinx==1.4.8
cython==0.25.1
chardet==2.3.0
isort==4.2.5
tox==2.5.0
multidict==2.1.2
async-timeout==1.1.0
sphinxcontrib-asyncio==0.2.0
sphinxcontrib-newsfeed==0.1.4
pytest==3.0.4
pytest-cov==2.4.0
pytest-mock==1.4.0
pytest-timeout==1.2.0
gunicorn==19.6.0
pygments>=2.1
#aiodns # Enable from .travis.yml as required c-ares will not build on windows
twine==1.8.1
yarl==0.7.0
-e .
| pip==9.0.1
flake8==3.2.0
pyflakes==1.3.0
coverage==4.2
cchardet==1.1.1
sphinx==1.4.8
cython==0.25.1
chardet==2.3.0
isort==4.2.5
tox==2.5.0
multidict==2.1.2
async-timeout==1.1.0
sphinxcontrib-asyncio==0.2.0
sphinxcontrib-newsfeed==0.1.4
pytest==3.0.4
pytest-cov==2.4.0
pytest-mock==1.4.0
pytest-timeout==1.2.0
gunicorn==19.6.0
pygments>=2.1
#aiodns # Enable from .travis.yml as required c-ares will not build on windows
twine==1.8.1
yarl==0.7.1
-e .
|
Update AURdroid to 4.1.1 (6) | Categories:Development
License:GPL-3.0
Web Site:
Source Code:https://github.com/rascarlo/AURdroid
Issue Tracker:https://github.com/rascarlo/AURdroid/issues
Auto Name:AURdroid
Summary:Simple AUR packages browser
Description:
Simple [https://aur.archlinux.org/ Arch User Repository] packages browser. Based
on v5 of the RPC Interface API, as released with AUR v4.2.0 on February 15,
2016.
.
Repo Type:git
Repo:https://github.com/rascarlo/AURdroid
Build:1,2
commit=v1
subdir=app
gradle=yes
Build:4,4
commit=v4
subdir=app
gradle=yes
Build:4.1,5
commit=v4.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:4.1
Current Version Code:5
| Categories:Development
License:GPL-3.0
Web Site:
Source Code:https://github.com/rascarlo/AURdroid
Issue Tracker:https://github.com/rascarlo/AURdroid/issues
Auto Name:AURdroid
Summary:Simple AUR packages browser
Description:
Simple [https://aur.archlinux.org/ Arch User Repository] packages browser. Based
on v5 of the RPC Interface API, as released with AUR v4.2.0 on February 15,
2016.
.
Repo Type:git
Repo:https://github.com/rascarlo/AURdroid
Build:1,2
commit=v1
subdir=app
gradle=yes
Build:4,4
commit=v4
subdir=app
gradle=yes
Build:4.1,5
commit=v4.1
subdir=app
gradle=yes
Build:4.1.1,6
commit=v4.1.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:4.1.1
Current Version Code:6
|
Update pytest-xdist from 1.18.2 to 1.19.1 | # Testing requirements
-r common.txt
# pytest
pytest==3.2.1
pytest-django==3.1.2
pytest-flake8==0.8.1
pytest-xdist==1.18.2
pytest-stepwise==0.4
pytest-mock==1.6.2
factory-boy==2.9.2
mock==2.0.0
selenium==3.5.0
# coverage
coverage==4.4.1
pytest-cov==2.5.1
python-coveralls==2.9.1
# Flake8
flake8==3.4.1
flake8-docstrings==1.1.0
# Misc
mypy==0.521
Werkzeug==0.12.2 | # Testing requirements
-r common.txt
# pytest
pytest==3.2.1
pytest-django==3.1.2
pytest-flake8==0.8.1
pytest-xdist==1.19.1
pytest-stepwise==0.4
pytest-mock==1.6.2
factory-boy==2.9.2
mock==2.0.0
selenium==3.5.0
# coverage
coverage==4.4.1
pytest-cov==2.5.1
python-coveralls==2.9.1
# Flake8
flake8==3.4.1
flake8-docstrings==1.1.0
# Misc
mypy==0.521
Werkzeug==0.12.2 |
Update feedparser from 6.0.6 to 6.0.8 | beautifulsoup4==4.9.3
bcrypt==3.2.0
croniter==1.0.15
Cython==0.29.23
feedparser==6.0.6
furl==2.1.2
google-api-python-client==2.9.0
isodate==0.6.0
jq==1.1.3
jsonpath-ng==1.5.2
lxml==4.6.3
Pillow==8.2.0
parsedatetime==2.6
psutil==5.8.0
pyhedrals==0.2.0
pymediawiki==0.7.0
pyre2==0.3.3
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2021.4.4
requests==2.25.1
ruamel.yaml==0.17.9
Twisted[tls]==21.2.0
| beautifulsoup4==4.9.3
bcrypt==3.2.0
croniter==1.0.15
Cython==0.29.23
feedparser==6.0.8
furl==2.1.2
google-api-python-client==2.9.0
isodate==0.6.0
jq==1.1.3
jsonpath-ng==1.5.2
lxml==4.6.3
Pillow==8.2.0
parsedatetime==2.6
psutil==5.8.0
pyhedrals==0.2.0
pymediawiki==0.7.0
pyre2==0.3.3
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2021.4.4
requests==2.25.1
ruamel.yaml==0.17.9
Twisted[tls]==21.2.0
|
Update google-api-python-client from 1.12.2 to 1.12.3 | beautifulsoup4==4.9.3
bcrypt==3.2.0
croniter==0.3.34
Cython==0.29.21
feedparser==6.0.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.12.2
isodate==0.6.0
jsonpath-ng==1.5.2
lxml==4.5.2
numpy==1.19.2
Pillow==7.2.0
parsedatetime==2.6
psutil==5.7.2
pyhedrals==0.2.0
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.6.1
requests==2.24.0
ruamel.yaml==0.16.12
Twisted[tls]==20.3.0
| beautifulsoup4==4.9.3
bcrypt==3.2.0
croniter==0.3.34
Cython==0.29.21
feedparser==6.0.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.12.3
isodate==0.6.0
jsonpath-ng==1.5.2
lxml==4.5.2
numpy==1.19.2
Pillow==7.2.0
parsedatetime==2.6
psutil==5.7.2
pyhedrals==0.2.0
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.6.1
requests==2.24.0
ruamel.yaml==0.16.12
Twisted[tls]==20.3.0
|
Update mock from 3.0.2 to 3.0.3 | mock==3.0.2
sphinx_rtd_theme==0.4.3
numpy==1.16.3
future==0.17.1
networkx==2.3
dynetx==0.2.2
bokeh==1.1.0
matplotlib==3.0.3
pytest==4.4.1
| mock==3.0.3
sphinx_rtd_theme==0.4.3
numpy==1.16.3
future==0.17.1
networkx==2.3
dynetx==0.2.2
bokeh==1.1.0
matplotlib==3.0.3
pytest==4.4.1
|
Update pillow from 9.0.0 to 9.0.1 | beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.2.0
Cython==0.29.27
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.36.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.7.1
Pillow==9.0.0
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2022.1.18
requests==2.27.1
ruamel.yaml==0.17.20
Twisted[tls]==21.7.0
| beautifulsoup4==4.10.0
bcrypt==3.2.0
croniter==1.2.0
Cython==0.29.27
feedparser==6.0.8
furl==2.1.3
google-api-python-client==2.36.0
isodate==0.6.1
jq==1.2.2
jsonpath-ng==1.5.3
lxml==4.7.1
Pillow==9.0.1
parsedatetime==2.6
psutil==5.9.0
pyhedrals==0.2.0
pymediawiki==0.7.1
pyre2==0.3.6
python-dateutil==2.8.2
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.7.0
regex==2022.1.18
requests==2.27.1
ruamel.yaml==0.17.20
Twisted[tls]==21.7.0
|
Update sphinx from 1.4.4 to 1.4.5 | cookiecutter==1.4.0
sh==1.11
virtualenv==15.0.2
Sphinx==1.4.4
sphinx-rtd-theme==0.1.9
# Testing
pytest==2.9.2 | cookiecutter==1.4.0
sh==1.11
virtualenv==15.0.2
Sphinx==1.4.5
sphinx-rtd-theme==0.1.9
# Testing
pytest==2.9.2 |
Update fritzconnection from 0.8.1 to 0.8.4 | certifi==2019.9.11
chardet==3.0.4
click==7.0
Flask==1.1.1
fritzconnection==0.8.1
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10.1
lxml==4.4.1
MarkupSafe==1.1.1
requests==2.22.0
urllib3==1.25.6
Werkzeug==0.16.0
| certifi==2019.9.11
chardet==3.0.4
click==7.0
Flask==1.1.1
fritzconnection==0.8.4
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10.1
lxml==4.4.1
MarkupSafe==1.1.1
requests==2.22.0
urllib3==1.25.6
Werkzeug==0.16.0
|
Fix RAT for TsConfigGrammar generated files. | BUILDS
autom4te.cache
build
build-aux
body_factory
config.log
config.nice
config.status
libtool
blib
stamp-h1
.*\.txt$
.*\.cfg$
.*\.in$
.*\.dot$
.*\.svg$
.*\.sed$
.*\.dtd$
.*\.tsconfig$
.clang-format
.*\.default$
.*\.default\.in$
.*\.config$
.gitignore
.gitmodules
.indent.pro
.vimrc
Doxyfile
CHANGES
LAYOUT
README.*$
TODO
REVIEWERS
MANIFEST
configure
ink_rand\.cc
ink_rand\.h
ink_res_init\.cc
ink_res_mkquery\.cc
hashtable.cc
logstats\.json
logstats\.summary
test_AIO.sample
stale_while_revalidate.conf
stats\.memo
port\.h
luajit
diags.log
pm_to_blib
MurmurHash3.cc
MurmurHash3.h
^ck$
HashFNV.cc
HashSip.cc
| BUILDS
autom4te.cache
build
build-aux
body_factory
config.log
config.nice
config.status
libtool
blib
stamp-h1
.*\.txt$
.*\.cfg$
.*\.in$
.*\.dot$
.*\.svg$
.*\.sed$
.*\.dtd$
.*\.tsconfig$
.clang-format
.*\.default$
.*\.default\.in$
.*\.config$
.gitignore
.gitmodules
.indent.pro
.vimrc
Doxyfile
CHANGES
LAYOUT
README.*$
TODO
REVIEWERS
MANIFEST
configure
ink_rand\.cc
ink_rand\.h
ink_res_init\.cc
ink_res_mkquery\.cc
hashtable.cc
logstats\.json
logstats\.summary
test_AIO.sample
stale_while_revalidate.conf
stats\.memo
port\.h
luajit
diags.log
pm_to_blib
MurmurHash3.cc
MurmurHash3.h
^ck$
HashFNV.cc
HashSip.cc
TsConfigGrammar[.][ch]
|
Update pygments from 2.3.1 to 2.4.2 | -i https://pypi.org/simple
ansimarkup==1.4.0
better-exceptions-fork==0.2.1.post6
certifi==2018.11.29
chardet==3.0.4
colorama==0.4.1
coverage==5.0a4
coveralls==1.5.1
docopt==0.6.2
idna==2.8
loguru==0.2.4
packaging==18.0
pbr==5.1.1
pygments==2.3.1
pyparsing==2.3.1
requests==2.21.0
six==1.12.0
urllib3>=1.24.2
| -i https://pypi.org/simple
ansimarkup==1.4.0
better-exceptions-fork==0.2.1.post6
certifi==2018.11.29
chardet==3.0.4
colorama==0.4.1
coverage==5.0a4
coveralls==1.5.1
docopt==0.6.2
idna==2.8
loguru==0.2.4
packaging==18.0
pbr==5.1.1
pygments==2.4.2
pyparsing==2.3.1
requests==2.21.0
six==1.12.0
urllib3>=1.24.2
|
Update flake8-quotes from 0.13.0 to 0.14.0 | -e .
aioconsole==0.1.7
aiohttp==3.0.3
docutils==0.14
flake8-bugbear==18.2.0
flake8-mypy==17.8.0
flake8-quotes==0.13.0
flake8==3.5.0
ipdb==0.11
mypy==0.560
pytest-cov==2.5.1
pytest-sugar==0.9.1
pytest==3.4.0
terminaltables==3.1.0
uvloop==0.9.1
| -e .
aioconsole==0.1.7
aiohttp==3.0.3
docutils==0.14
flake8-bugbear==18.2.0
flake8-mypy==17.8.0
flake8-quotes==0.14.0
flake8==3.5.0
ipdb==0.11
mypy==0.560
pytest-cov==2.5.1
pytest-sugar==0.9.1
pytest==3.4.0
terminaltables==3.1.0
uvloop==0.9.1
|
Update watchdog from 0.8.3 to 0.9.0 | pip==18.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.8.3
flake8==3.3.0
tox==3.6.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.4.2
PyYAML==3.12
pytest==4.1.0
requests==2.21.0
| pip==18.1
bumpversion==0.5.3
wheel==0.32.3
watchdog==0.9.0
flake8==3.3.0
tox==3.6.1
coverage==4.4.1
Sphinx==1.6.3
cryptography==2.4.2
PyYAML==3.12
pytest==4.1.0
requests==2.21.0
|
Update pytest from 3.6.3 to 3.6.4 | pip==10.0.1
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.1.2
cryptography==2.2.2
Sphinx==1.7.5
coverage==4.5.1
PyYAML==3.13
pytest==3.6.3
pytest-runner==4.2
pytest==3.6.2
| pip==10.0.1
bumpversion==0.5.3
wheel==0.31.1
watchdog==0.8.3
flake8==3.5.0
tox==3.1.2
cryptography==2.2.2
Sphinx==1.7.5
coverage==4.5.1
PyYAML==3.13
pytest==3.6.4
pytest-runner==4.2
pytest==3.6.2
|
Upgrade dependency requests to ==2.12.4 | coreapi==2.1.1
Django==1.10.4
django-extensions==1.7.5
django-rest-swagger==2.1.0
django-webpack-loader==0.4.1
djangorestframework==3.5.3
djangorestframework-jwt==1.9.0
itypes==1.1.0
openapi-codec==1.2.1
psycopg2==2.6.2
PyJWT==1.4.2
requests==2.12.3
simplejson==3.10.0
six==1.10.0
uritemplate==3.0.0
Werkzeug==0.11.11
| coreapi==2.1.1
Django==1.10.4
django-extensions==1.7.5
django-rest-swagger==2.1.0
django-webpack-loader==0.4.1
djangorestframework==3.5.3
djangorestframework-jwt==1.9.0
itypes==1.1.0
openapi-codec==1.2.1
psycopg2==2.6.2
PyJWT==1.4.2
requests==2.12.4
simplejson==3.10.0
six==1.10.0
uritemplate==3.0.0
Werkzeug==0.11.11
|
Remove webuploaded reqs from base requeriments.txt | # EMG dependencies
# install and create a virtual environment
# run pip install -r requirements
# deployment
gunicorn
whitenoise
mysqlclient~=1.3.13
sqlparse
requests
yamjam
django-slack
# optional session store
# django-redis>=4.4
# log handler
ConcurrentLogHandler~=0.9.1
# dependences
# upgrade https://docs.djangoproject.com/en/dev/releases/2.2/
Django~=1.11.1
djangorestframework~=3.9.0
django-filter~=2.0.0
# Customized branch
# djangorestframework-jsonapi~=2.3.0
djangorestframework-jwt~=1.11.0
django-cors-headers~=2.4.0
openapi-codec
cx_Oracle~=6.2.1
# optional serializers
# djangorestframework-xml~=1.3.0
# djangorestframework-yaml~=1.0.3
djangorestframework-csv~=2.1.0
# schema
coreapi~=2.3.0
# mongo
mongoengine~=0.15.0
pymongo~=3.7.2
django-rest-framework-mongoengine~=3.3.1
#EBI MGnify libs
ena-api-libs~=1.0.1
emg-backlog-schema~=0.12.2
| # EMG dependencies
# install and create a virtual environment
# run pip install -r requirements
# deployment
gunicorn
whitenoise
mysqlclient~=1.3.13
sqlparse
requests
yamjam
django-slack
# optional session store
# django-redis>=4.4
# log handler
ConcurrentLogHandler~=0.9.1
# dependences
# upgrade https://docs.djangoproject.com/en/dev/releases/2.2/
Django~=1.11.1
djangorestframework~=3.9.0
django-filter~=2.0.0
# Customized branch
# djangorestframework-jsonapi~=2.3.0
djangorestframework-jwt~=1.11.0
django-cors-headers~=2.4.0
openapi-codec
cx_Oracle~=6.2.1
# optional serializers
# djangorestframework-xml~=1.3.0
# djangorestframework-yaml~=1.0.3
djangorestframework-csv~=2.1.0
# schema
coreapi~=2.3.0
# mongo
mongoengine~=0.15.0
pymongo~=3.7.2
django-rest-framework-mongoengine~=3.3.1
|
Update google-api-python-client from 1.8.2 to 1.8.3 | beautifulsoup4==4.9.1
bcrypt==3.1.7
croniter==0.3.31
Cython==0.29.17
feedparser==5.2.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.8.2
isodate==0.6.0
jsonpath-ng==1.5.1
lxml==4.5.0
numpy==1.18.4
Pillow==7.1.2
parsedatetime==2.5
psutil==5.7.0
pyhedrals==0.2.0
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.6
requests==2.23.0
ruamel.yaml==0.16.10
Twisted[tls]==20.3.0
| beautifulsoup4==4.9.1
bcrypt==3.1.7
croniter==0.3.31
Cython==0.29.17
feedparser==5.2.1
git+git://github.com/andreasvc/pyre2.git@7146ce3#egg=re2
google-api-python-client==1.8.3
isodate==0.6.0
jsonpath-ng==1.5.1
lxml==4.5.0
numpy==1.18.4
Pillow==7.1.2
parsedatetime==2.5
psutil==5.7.0
pyhedrals==0.2.0
python-dateutil==2.8.1
pytimeparse==1.1.8
pyxDamerauLevenshtein==1.6
requests==2.23.0
ruamel.yaml==0.16.10
Twisted[tls]==20.3.0
|
Update molo.surveys from 5.8.0 to 5.8.1 | molo.core==5.21.1
molo.profiles==5.1.0
molo.commenting==5.2.0
molo.yourwords==5.0.1
molo.servicedirectory==2.1.4
molo.polls==5.0.1
molo.surveys==5.8.0
molo.pwa
mote-prk==0.2.1
celery<4.0
Unidecode==0.04.16
gunicorn
psycopg2
django-modelcluster>=2.0,<3.0
django_compressor==2.0
django-mptt==0.8.5
django-google-analytics-app==2.1.6
django-storages
boto
# Required by ImageHash, install a working version
scipy==0.19.1
| molo.core==5.21.1
molo.profiles==5.1.0
molo.commenting==5.2.0
molo.yourwords==5.0.1
molo.servicedirectory==2.1.4
molo.polls==5.0.1
molo.surveys==5.8.1
molo.pwa
mote-prk==0.2.1
celery<4.0
Unidecode==0.04.16
gunicorn
psycopg2
django-modelcluster>=2.0,<3.0
django_compressor==2.0
django-mptt==0.8.5
django-google-analytics-app==2.1.6
django-storages
boto
# Required by ImageHash, install a working version
scipy==0.19.1
|
Remove wsgiref. Not sure what it is. | mock==1.0.1
nose==1.3.4
py==1.4.26
requests==2.5.0
responses==0.3.0
six==1.8.0
wsgiref==0.1.2
| mock==1.0.1
nose==1.3.4
py==1.4.26
requests==2.5.0
responses==0.3.0
six==1.8.0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.