Commit graph

  • 7bcd073d97 lbry sdk 0.82.0 master Akinwale Ariwodola 2020-09-29 15:37:04 +0100
  • a8dcc23ab8 fix setuptools recipe Akinwale Ariwodola 2020-09-29 09:35:47 +0100
  • ce44cd726a Cleanup lbry recipe. Add certifi recipe. Akinwale Ariwodola 2020-09-29 09:28:11 +0100
  • cd42e78292 fix cryptography recipe Akinwale Ariwodola 2020-09-29 08:43:21 +0100
  • 68f0452a38
    Recipe fixes (#2) Akinwale Ariwodola 2020-09-28 22:33:09 +0100
  • 166ae895a0 finish recipes for sdk recipe-fixes Akinwale Ariwodola 2020-09-28 22:29:32 +0100
  • 4d0020cc0d move recipes around Akinwale Ariwodola 2020-09-25 00:06:37 +0100
  • 256cd1213f fix merge conflicts Akinwale Ariwodola 2020-09-24 22:55:55 +0100
  • 7cb14fc7da
    Fix/host setuptools3 (#533) Richard Larkin 2020-07-26 21:07:10 +0200
  • 4567cad31f
    🚚 Move cython requirement into requirements.txt (#531) Richard Larkin 2020-07-23 13:18:52 +0200
  • d128db448b
    Removed broken packages listing for non-existing packages (#525) Richard Larkin 2020-07-02 22:36:04 +0200
  • bbab8b887a
    Remove outdated pil and pkgresources recipes (#524) Richard Larkin 2020-07-02 22:28:49 +0200
  • 57e6181912
    Remove compile kruft after build. closes #315 (#523) Richard Larkin 2020-07-01 22:06:45 +0200
  • 319e7cc7ed
    ♻️ Remove PY2 legacy blocks from coockiecutter main.m (#522) Richard Larkin 2020-06-30 07:41:44 +0200
  • b680cf1d14
    Remove --ignore-installed (#521) Mirko 2020-06-29 23:12:49 +0200
  • b5b0c9cf4d
    🐛 Updates libffi download link, closes #515 (#516) Andre Miras 2020-06-12 17:56:02 +0200
  • 9dc7e41f73
    Pin flask version and dependencies (#510) Richard Larkin 2020-05-29 07:33:32 +0200
  • 2ef99a4924
    Fix werkzeug recipe (#509) Richard Larkin 2020-05-28 21:56:45 +0200
  • 98345a662e
    🔨 Fix context directory, removing distutils reference. (#508) Richard Larkin 2020-05-28 07:16:54 +0200
  • 6d00b7940c
    Fix markupsafe recipe (#505) Richard Larkin 2020-05-27 07:07:55 +0200
  • 45875155c5
    Remove distribute recipe (#507) Richard Larkin 2020-05-27 07:07:12 +0200
  • 0998ea824a
    Add custom_recipes (#417) Mirko 2020-05-24 10:01:24 +0200
  • df56328c10
    🐛 Fix wekzeug recipe. closes #468 (#501) Richard Larkin 2020-05-18 07:40:31 +0200
  • da8998892b
    Fix/pillow (#500) Richard Larkin 2020-05-18 07:39:58 +0200
  • d63d43cf98
    🔨 Fix pillow recipe (#498) Richard Larkin 2020-05-17 14:39:26 +0200
  • a2b5a763e0
    Merge pull request #490 from AndreMiras/feature/netifaces_python_depends Andre Miras 2020-05-13 18:50:22 +0200
  • 2a06bec1db Updates netifaces recipe, leverages python_depends Andre Miras 2020-05-09 15:38:07 +0200
  • 47b21d034c
    Merge pull request #496 from AndreMiras/feature/linting_update Andre Miras 2020-05-13 18:02:22 +0200
  • 4f1dffc754 🐛 fixes flake8 errors post update Andre Miras 2020-05-13 08:00:56 +0200
  • 46647de39e
    Merge pull request #495 from AndreMiras/feature/document_venv_install Andre Miras 2020-05-12 09:31:05 +0200
  • b0ed7330aa 📚 Advise on using a venv Andre Miras 2020-05-11 13:25:40 +0200
  • 96692a7a7a
    Merge pull request #494 from AndreMiras/release/1.1.2 Andre Miras 2020-05-11 12:51:23 +0200
  • 8e5a9c9ee3 1.1.2 Andre Miras 2020-05-11 12:04:08 +0200
  • c019256119
    Merge pull request #493 from AndreMiras/feature/venv_xcodebuild Andre Miras 2020-05-11 11:17:33 +0200
  • 5c92b68bd5 Fixes (venv build) reference to SDL_main.h Andre Miras 2020-05-11 10:28:44 +0200
  • e3dac9ab9b
    Merge pull request #491 from AndreMiras/release/1.1.1 Andre Miras 2020-05-11 01:09:58 +0200
  • 4f9eb0d99f 1.1.1 Andre Miras 2020-05-11 01:00:02 +0200
  • 5da6cb8517
    Merge pull request #455 from misl6/add-plain-python-requirements Andre Miras 2020-05-09 15:35:17 +0200
  • 85177f51ec Add python depends Mirko Galimberti 2020-04-26 17:53:38 +0200
  • 085d04b7aa
    Merge pull request #489 from misl6/fix-cwd Andre Miras 2020-05-09 11:41:48 +0200
  • eeeb06243c Adds initial_working_directory Mirko Galimberti 2020-05-09 10:40:29 +0200
  • c35c94a0fa
    Merge pull request #488 from AndreMiras/feature/netifaces_recipe Andre Miras 2020-05-07 18:13:24 +0200
  • d61008a94a Adds netifaces recipe, closes #239 Andre Miras 2020-05-06 23:07:26 +0200
  • e287795e03
    Merge pull request #487 from AndreMiras/feature/shorter_exception_catching Andre Miras 2020-05-06 23:25:24 +0200
  • f082919a90 Uses contextlib.suppress to ignore exceptions Andre Miras 2020-05-06 22:38:25 +0200
  • efd47e60bc
    Merge pull request #486 from AndreMiras/feature/find_xcodeproj_helper Andre Miras 2020-05-06 21:14:19 +0200
  • 04b82d8c85 DRY via the find_xcodeproj() helper method Andre Miras 2020-05-06 20:06:51 +0200
  • 9c68080ca3
    Merge pull request #485 from AndreMiras/feature/use_cd_context_manager Andre Miras 2020-05-06 20:28:26 +0200
  • b1bdfcd028 Uses cd context manager in Python3Recipe.reduce_python() Andre Miras 2020-05-06 19:36:50 +0200
  • 6d42fe3132
    Merge pull request #484 from AndreMiras/feature/python3_syntax Andre Miras 2020-05-06 19:41:40 +0200
  • 2c0a79a817 Uses Python 3 syntax Andre Miras 2020-05-06 18:50:51 +0200
  • 6fbf225fdb
    Merge pull request #483 from AndreMiras/feature/lint_tools Andre Miras 2020-05-06 18:40:49 +0200
  • 3e33c071a0
    Merge pull request #482 from AndreMiras/feature/python2_drop Andre Miras 2020-05-06 17:19:10 +0200
  • 7e13a07f57 Also lints the tools/ folder Andre Miras 2020-05-06 17:01:36 +0200
  • e29d6aa256 Removed Python 2 support Andre Miras 2020-05-05 23:17:44 +0200
  • 7385cdfca8
    Merge pull request #481 from AndreMiras/feature/libffi_python3 Andre Miras 2020-05-06 15:29:50 +0200
  • 8a4e5b43c9 Migrates libffi build to Python 3 Andre Miras 2020-05-06 10:56:47 +0200
  • 3974a1e701
    Merge pull request #478 from AndreMiras/feature/top_level_toolchaincl Andre Miras 2020-05-06 00:19:15 +0200
  • 30cca1ed62 Takes ToolchainCL definition outside the main Andre Miras 2020-05-05 23:52:03 +0200
  • be384fbf91
    Merge pull request #479 from AndreMiras/feature/shorter_syntax Andre Miras 2020-05-05 23:48:56 +0200
  • 66fd9fae2b Uses a couple of syntax shortcuts Andre Miras 2020-05-05 18:32:31 +0200
  • 5f408c29b2
    Merge pull request #480 from AndreMiras/release/1.1.0 Andre Miras 2020-05-05 22:43:26 +0200
  • f6fbca1458 1.1.0 Andre Miras 2020-05-05 21:49:10 +0200
  • f19b2cedca
    Merge pull request #475 from AndreMiras/feature/automatic_pypi_releases Andre Miras 2020-05-05 22:11:32 +0200
  • 1dc497baca
    Merge pull request #476 from AndreMiras/feature/update_readme Andre Miras 2020-05-05 21:10:54 +0200
  • 274298d7a6
    Merge pull request #474 from AndreMiras/feature/check_setup_workflow Andre Miras 2020-05-05 20:10:48 +0200
  • 31933974db
    Merge pull request #477 from AndreMiras/feature/regression_fix Andre Miras 2020-05-05 16:57:26 +0200
  • e786a30b90 Fixes a regression introduced during the linting Andre Miras 2020-05-05 16:27:01 +0200
  • 9f8e079470
    Merge pull request #473 from lerela/409_numpy_issues Andre Miras 2020-05-05 11:29:56 +0200
  • a47f946f9a Fixes to Numpy so that the binary is accepted by the App Store. lerela 2020-05-04 15:30:27 +0200
  • 5e94c912b3 Updates README.md with install/usage from PyPI Andre Miras 2020-05-05 00:16:36 +0200
  • 82c1987f2e Automatically publish to PyPI upon tagging Andre Miras 2020-05-04 23:12:24 +0200
  • 02a04e7d01 Dedicated setup.py test workflow Andre Miras 2020-05-04 23:12:24 +0200
  • ad7628c4f5
    Merge pull request #472 from AndreMiras/feature/prepares_kivy_ios_package Andre Miras 2020-05-04 21:40:44 +0200
  • 56431b6922 Moving to dedicated kivy_ios/ package directory Andre Miras 2020-05-03 16:23:08 +0200
  • b831483cda
    Merge pull request #471 from AndreMiras/feature/track_broken_recipes Andre Miras 2020-05-03 16:21:58 +0200
  • 136d19473d
    Merge pull request #465 from AndreMiras/feature/use_cd_context_manager Andre Miras 2020-05-03 16:04:20 +0200
  • d6d602a6b6
    Merge pull request #469 from AndreMiras/feature/minor_issue_template_typos Andre Miras 2020-05-03 15:58:44 +0200
  • 7c05e50ca7 Do not build known broken recipes Andre Miras 2020-05-03 11:50:34 +0200
  • b7f5893066
    Merge pull request #470 from misl6/bump-cython-version Andre Miras 2020-05-03 14:58:46 +0200
  • 9b6559cd5c
    Merge pull request #454 from misl6/cleanup-and-cookiecutter Andre Miras 2020-05-03 14:46:30 +0200
  • ef9e5b3715 Bumps Cython version Mirko Galimberti 2020-05-03 13:56:47 +0200
  • b8f2fd0f51 Cleanup - Removes vendored deps Mirko Galimberti 2020-04-26 14:03:13 +0200
  • c06c51f149 Uses new cd context manager more Andre Miras 2020-05-02 22:37:11 +0200
  • a692b986c2 Fixes minor typos in the issue template Andre Miras 2020-05-03 11:53:56 +0200
  • a83b3f495b
    Merge pull request #464 from AndreMiras/feature/activate_venv_before_build Andre Miras 2020-05-03 10:55:04 +0200
  • 58713e8b6e Activates venv before venv build Andre Miras 2020-05-03 10:20:09 +0200
  • 513efbb8b8
    Merge pull request #462 from AndreMiras/feature/venv_build Andre Miras 2020-05-02 22:02:34 +0200
  • d180ee0807 Fixes building in venv Andre Miras 2020-04-29 14:43:07 -0700
  • aa1fced45a
    Merge pull request #463 from misl6/add-demo-app-build Andre Miras 2020-05-01 19:18:42 +0200
  • ae226bfc52 Improve CI with a demo app project creation + build Mirko Galimberti 2020-05-01 18:03:26 +0200
  • 4d7fcb1332
    Merge pull request #461 from misl6/issue-template Andre Miras 2020-05-01 11:21:45 +0200
  • 9dac576993 Update issue templates Mirko 2020-05-01 11:06:41 +0200
  • 49a13bbbb7
    Merge pull request #460 from AndreMiras/feature/ci_minimal_build Andre Miras 2020-04-30 13:03:11 +0200
  • 5ec5740d86 Continuous Integration minimal build Andre Miras 2020-04-29 05:33:20 -0700
  • 8416d46fd4
    Fix flake8 CI check on toolchain, remaining recipes (#456) Richard Larkin 2020-04-27 07:29:11 +0200
  • 9bb9efe0f7
    Update to python 3.8.2 (#443) Mirko 2020-04-25 20:12:59 +0200
  • 64bd692632
    Flake8 CI fixes (#451) Richard Larkin 2020-04-25 18:28:16 +0200
  • 85f849e187
    Merge pull request #445 from misl6/add-flake8 Andre Miras 2020-04-14 23:57:39 +0200
  • 78c36997b1 Add flake8 Mirko Galimberti 2020-04-14 18:10:55 +0200