Joe Rickerby
|
652d094e46
|
Fix typo
|
2019-03-10 23:19:22 +00:00 |
|
Joe Rickerby
|
1bfe6d45bd
|
Add auto-detect platform for Azure
|
2019-03-10 23:07:14 +00:00 |
|
Joe Rickerby
|
aefde9535b
|
Add azure-pipelines test run config
|
2019-03-10 22:50:07 +00:00 |
|
Joe Rickerby
|
d46fb62e95
|
Refactor for code style
|
2019-03-10 22:41:55 +00:00 |
|
Joe Rickerby
|
dcce949d3c
|
Vendor appveyor_run_with_cmd, but don't use it on azure pipelines
|
2019-03-10 22:03:31 +00:00 |
|
Joe Rickerby
|
243103762b
|
Merge branch 'master' into azure-windows
|
2019-03-10 20:29:05 +00:00 |
|
Joe Rickerby
|
8523b25a18
|
Merge pull request #128 from YannickJadoul/fix-bashlex-install-permission
Fixing issue #127 by avoiding bashlex 0.13 in 'install_requires'
|
2019-03-10 19:52:32 +00:00 |
|
Yannick Jadoul
|
637a251b79
|
Fixing issue #127 by avoiding bashlex 0.13 in 'install_requires'
|
2019-03-10 14:57:43 +01:00 |
|
Thomas Robitaille
|
ac76af4f75
|
Support Python location on Windows in Azure Pipelines
|
2019-02-22 22:19:41 +00:00 |
|
Joe Rickerby
|
a6ff864010
|
Merge pull request #125 from ushuz/patch-1
Add missing date to changelog
|
2019-02-15 22:28:18 +00:00 |
|
John Hu
|
79f044314b
|
Add missing date to changelog
|
2019-02-14 11:58:56 +08:00 |
|
Joe Rickerby
|
0c0e21aa83
|
Update changelog
|
2019-02-03 21:58:53 +00:00 |
|
Joe Rickerby
|
f1bba58f86
|
Bump version
v0.10.1
|
2019-02-03 21:54:00 +00:00 |
|
Joe Rickerby
|
56218d896c
|
Merge pull request #123 from YannickJadoul/fix-issue-122
Running 'pip install --upgrade setuptools' with 'sudo' on macOS, fixing #122
|
2019-02-03 21:37:57 +00:00 |
|
Yannick Jadoul
|
d79ca07bbb
|
Running 'pip install --upgrade setuptools' with 'sudo' on macOS, fixing #122
|
2019-01-30 17:36:17 +01:00 |
|
Joe Rickerby
|
c6f4f01732
|
Update README.md
ref #93
|
2019-01-07 22:17:19 +00:00 |
|
mayeut
|
586b3c7197
|
Update openssl patch from 1.0.2p to 1.0.2q on macOS
|
2019-01-07 18:34:46 +01:00 |
|
mayeut
|
0b4475ed07
|
Update Python from 3.6.7, 3.7.1 to 3.6.8, 3.7.2 on macOS
|
2019-01-06 23:52:57 +01:00 |
|
Yannick Jadoul
|
38b3b0a3da
|
Merge pull request #114 from YannickJadoul/deterministic-preamble-order
Sorting build options dict items when printing preamble
|
2018-11-30 16:09:53 +01:00 |
|
Yannick Jadoul
|
5adfce9838
|
Merge pull request #113 from xanderyzwich/master
Refactoring: remove package_name
|
2018-11-30 00:03:03 +01:00 |
|
Yannick Jadoul
|
bc83839387
|
Sorting build options dict items when printing preamble
|
2018-11-30 00:02:18 +01:00 |
|
Yannick Jadoul
|
481b1cb060
|
Revert "Uninstalling oclint in Travis CI config to fix HomeBrew upgrade of gcc (triggered by upgrading Python)"
This reverts commit c43f1b6e3d.
|
2018-11-29 23:37:04 +01:00 |
|
Yannick Jadoul
|
ccfc3c3aa1
|
Fixing indentation error, and keeping only check for setup.py in project root directory in __main__.py
|
2018-11-29 23:26:10 +01:00 |
|
unknown
|
3d23cbf2a6
|
corrected as per notations from @YannickJadoul on #113
|
2018-11-29 02:44:19 +00:00 |
|
Joe Rickerby
|
b9a296324d
|
Merge pull request #108 from YannickJadoul/py27-popen-args
Fixing "AttributeError: 'Popen' object has no attribute 'args'" on Python 2.7 for Linux builds
|
2018-11-06 21:22:22 +00:00 |
|
Corey McCarty
|
c4822ebdd6
|
Remove Try/Except for package_name #102
recommended by @YannickJadoul
|
2018-11-05 16:30:34 -06:00 |
|
corey.d.mccarty
|
2ca6500bba
|
removed '--name' pieces for #102
|
2018-11-05 11:47:31 -05:00 |
|
corey.d.mccarty
|
8dd71189b2
|
removed 'package-name' as per #102
|
2018-11-05 11:16:42 -05:00 |
|
Yannick Jadoul
|
a448c02d7f
|
Fixing "AttributeError: 'Popen' object has no attribute 'args'" on Python 2.7 for Linux builds
|
2018-10-28 11:51:10 +01:00 |
|
Yannick Jadoul
|
696866bfe1
|
Merge pull request #111 from mayeut/openssl-update
Update openssl patch from 1.0.2o to 1.0.2p on macOS
|
2018-10-28 11:46:20 +01:00 |
|
Yannick Jadoul
|
1faa2fe5df
|
Merge pull request #110 from mayeut/python-update
Update Python from 3.6.6, 3.7.0 to 3.6.7, 3.7.1 on macOS
|
2018-10-28 11:46:05 +01:00 |
|
Yannick Jadoul
|
602acebcc8
|
Merge pull request #112 from YannickJadoul/brew-upgrade-gcc
Fixing Travic CI build with HomeBrew upgrade of gcc
|
2018-10-28 11:44:38 +01:00 |
|
Yannick Jadoul
|
c43f1b6e3d
|
Uninstalling oclint in Travis CI config to fix HomeBrew upgrade of gcc (triggered by upgrading Python)
|
2018-10-27 19:22:53 +02:00 |
|
mayeut
|
0d3e67b1f9
|
Update openssl patch from 1.0.2o to 1.0.2p on macOS
|
2018-10-26 19:25:25 +02:00 |
|
mayeut
|
e3b565320c
|
Update Python from 3.6.6, 3.7.0 to 3.6.7, 3.7.1 on macOS
|
2018-10-26 19:23:49 +02:00 |
|
Yannick Jadoul
|
56973d34df
|
Merge pull request #109 from safijari/add_apriltags2_to_readme
Add apriltags2-ethz library to readme
|
2018-10-18 11:13:02 +02:00 |
|
Jariullah Safi
|
66e9a1cc19
|
Update README.md
|
2018-10-18 00:04:25 -07:00 |
|
Joe Rickerby
|
2a91396064
|
Bump version
v0.10.0
|
2018-09-23 22:08:39 +01:00 |
|
Joe Rickerby
|
1c98a9ed22
|
Update changelog
|
2018-09-23 22:07:47 +01:00 |
|
Joe Rickerby
|
dbcf5ef64b
|
Clarify README shared library note
|
2018-09-23 22:07:36 +01:00 |
|
Joe Rickerby
|
cc030312a3
|
Prepare changelog update
|
2018-09-23 21:38:36 +01:00 |
|
Joe Rickerby
|
31c162fa59
|
Remove Python 3.3 support on windows
|
2018-09-23 21:38:36 +01:00 |
|
Joe Rickerby
|
d80636aa22
|
Merge pull request #101 from YannickJadoul/cibw-build
Adding CIBW_BUILD option
|
2018-09-23 21:31:42 +01:00 |
|
Yannick Jadoul
|
22a6f0c7a9
|
Fixing tests by reducing minimum number of built wheels
|
2018-09-23 13:08:26 +02:00 |
|
Yannick Jadoul
|
7362075b61
|
Changing variable name of BuildSelector instance, updating Python version in test 04_build_skip, and adding unit tests for BuildSelector
|
2018-09-23 13:08:26 +02:00 |
|
Yannick Jadoul
|
c108807e16
|
Renaming test 04_skip to 04_build_skip and amending it to test CIBW_BUILD as well
|
2018-09-23 13:07:28 +02:00 |
|
Yannick Jadoul
|
05a054245a
|
Updating README.md to include CIBW_BUILD and interation with CIBW_SKIP
|
2018-09-23 13:07:28 +02:00 |
|
Yannick Jadoul
|
a5f89fa7aa
|
Adding CIBW_BUILD option and changing util.BuildSkipper to util.BuildSelector
|
2018-09-23 13:07:28 +02:00 |
|
Yannick Jadoul
|
cf73851c61
|
Merge pull request #97 from YannickJadoul/docker-without-timeout
Reordering the Linux docker commands to get rid of timeout logic
|
2018-09-23 12:18:32 +02:00 |
|
Joe Rickerby
|
9372e37b18
|
Merge pull request #95 from anthrotype/overwrite-existing-wheel
overwrite existing wheel file with same name
|
2018-09-16 19:24:21 +01:00 |
|