Commit graph

  • bae193b1c2 Release 3.0.1 master 3.0.1 Andrew Rabert 2022-03-08 12:14:19 -0500
  • f1359dcbf0
    Merge pull request #9 from nvllsvm/fastavro Ryan Mclean 2022-02-10 15:48:35 -0500
  • fcd884113d Add support for fastavro<2 The breaking change in fastavro 1.0 was that it dropped Python 2 support Andrew Rabert 2022-02-08 11:40:34 -0500
  • d8e4d467fe Dont ignore setup.* 3.0.0 Gavin M. Roy 2020-03-18 11:48:55 -0400
  • 95b904db07 Dont require an import to get version Gavin M. Roy 2020-03-18 11:47:04 -0400
  • 0bba76147a
    Add 3.0 Gavin M. Roy 2020-03-18 11:41:43 -0400
  • bbf422f689
    Merge pull request #8 from prashantkb/support-tornado-6 Gavin M. Roy 2020-03-18 10:43:10 -0400
  • 40ef023258 Setup.py: Removed python unsupported version sprockets 2020-03-18 17:14:57 +0530
  • 2fff27605e Testing.yaml: install gcc libraries sprockets 2020-03-17 20:18:43 +0530
  • 607e9b42ac Removed travis.yml and added testing.yaml & deploy.yaml sprockets 2020-03-17 15:37:36 +0530
  • 95f8f987ba Flake8: fixes after running flake8 sprockets 2020-03-17 15:15:13 +0530
  • a06f5ef614 Change version to 3.0.0 prashantk 2020-03-16 16:48:53 +0530
  • f93bc954ed Migrate the tests to support async and await prashantk 2020-03-16 16:47:18 +0530
  • eb5e3be8e7 Migrate to async and await for avro_pubsliher __init__ file prashantk 2020-03-16 16:45:01 +0530
  • af82ea0b5f Changes to requirements file prashantk 2020-03-16 16:43:23 +0530
  • 5844503dfc Changes to travis, Liscense and readme.rst file prashantk 2020-03-16 16:42:35 +0530
  • 7d25213c17 Changes to the setup files prashantk 2020-03-16 16:41:49 +0530
  • a331d4f513 Fix Travis. Drop support for python < 3.5. Brian Korty 2019-10-15 14:59:40 -0400
  • 40ee069b7e Pin tornado to versions 5 and 6. Brian Korty 2019-10-15 14:58:02 -0400
  • bf3821ac50 Merge pull request #6 from sprockets/amqp-mixin-updates 2.1.0 Ryan Mclean 2017-05-03 23:27:49 -0400
  • 6a57ea4e61 Bleh Gavin M. Roy 2017-05-03 23:23:28 -0400
  • adc69339d2 Decode JSON on our own since S3 doesnt set a return content type Gavin M. Roy 2017-05-03 23:02:08 -0400
  • 7194a2143f Include codecov Gavin M. Roy 2017-05-03 22:53:48 -0400
  • d8ba3d0c28 Remove pins for test dependencies Gavin M. Roy 2017-05-03 22:49:08 -0400
  • bd479da7cb Refactor to reflect changes to sprockets.mixins.amqp Gavin M. Roy 2017-05-03 22:44:37 -0400
  • aa842c0a1b # This is a combination of 3 commits. # This is the 1st commit message: Refactor for sprockets.mixins.amqp updates Gavin M. Roy 2017-05-03 21:57:59 -0400
  • aa2113c43b Replace Avro publisher internals with latest internal version Move mixin to its own file Add helper method for Avro publishing Update setup.py and requires files to current standard Replace avro with fastavro Update MANIFEST.in with new requires files Add setup.cfg Add docs dir with index and history files Add unit tests Add unit tests to Travis CI config Add Python 2.7, pypy, and 3.5.1 to Travis CI config Robin Klingsberg 2017-04-13 17:13:22 -0400
  • dcc35e3fa7 Add `pip install -e' to appease travis. Dave Shawley 2016-08-09 15:21:27 -0400
  • 6fba0c0892 Remove print statement. Dave Shawley 2016-08-09 15:12:11 -0400
  • 8888b496b7 Add travis-ci Dave Shawley 2016-08-09 15:08:49 -0400
  • b7abbe7879 Bump version to 1.0.1. Dave Shawley 2016-08-09 15:08:35 -0400
  • ddc477f98e Adjust development status -> beta. Dave Shawley 2016-08-09 15:07:48 -0400
  • 4f300e1f3c requirements: Remove testing.txt Dave Shawley 2016-08-09 15:07:31 -0400
  • 2e312d16e0 setup.cfg: Not a universal distribution. Dave Shawley 2016-08-09 15:03:58 -0400
  • 20ef64e3cf Merge 9349643622 into 6730f3a244 Gavin M. Roy 2017-05-04 02:32:05 +0000
  • 9349643622 Do we not even need this? Gavin M. Roy 2017-05-03 22:32:00 -0400
  • 68ca9c2062 Is it the egg thing? Gavin M. Roy 2017-05-03 22:30:24 -0400
  • cd57f694af Try and figure out what is going on Gavin M. Roy 2017-05-03 22:29:27 -0400
  • d2a199eb74 I think this may be the path I am looking for Gavin M. Roy 2017-05-03 22:24:15 -0400
  • 4df4c12a4c Try the link the subdir trick again Gavin M. Roy 2017-05-03 22:21:57 -0400
  • ecdb6f0702 Now try and remove these Gavin M. Roy 2017-05-03 22:17:20 -0400
  • 137a849415 Try and work around the travis/setup import issue Gavin M. Roy 2017-05-03 22:15:40 -0400
  • ea126f5a5c Perhaps this? Gavin M. Roy 2017-05-03 22:12:57 -0400
  • d3aacf9a26 Another attempt Gavin M. Roy 2017-05-03 22:08:18 -0400
  • cae0aeb2ac Another attempt Gavin M. Roy 2017-05-03 22:07:40 -0400
  • a1e6c43acc Try and get around import errors Gavin M. Roy 2017-05-03 22:05:31 -0400
  • e4d44d8787 Try and fix travis round 2 Gavin M. Roy 2017-05-03 22:04:37 -0400
  • 04f3acb60f Possibly fix the paths Gavin M. Roy 2017-05-03 22:02:22 -0400
  • 42d5a752c9 Try and fix the build in travis Gavin M. Roy 2017-05-03 22:01:13 -0400
  • c9b45bb4e5 Refactor for sprockets.mixins.amqp updates Gavin M. Roy 2017-05-03 21:57:59 -0400
  • 6730f3a244 Merge pull request #4 from ibnpaul/avro-refactor 2.0.0 Brian Korty 2017-04-27 09:41:00 -0400
  • aec6974bc7 Replace Avro publisher internals with latest internal version Move mixin to its own file Add helper method for Avro publishing Update setup.py and requires files to current standard Replace avro with fastavro Update MANIFEST.in with new requires files Add setup.cfg Add docs dir with index and history files Add unit tests Add unit tests to Travis CI config Add Python 2.7, pypy, and 3.5.1 to Travis CI config Robin Klingsberg 2017-04-13 17:13:22 -0400
  • 2e0a43123a Merge pull request #3 from dave-shawley/fix-build 1.0.1 Ryan Mclean 2016-08-09 15:49:28 -0400
  • 50d4cada87 Add `pip install -e' to appease travis. Dave Shawley 2016-08-09 15:21:27 -0400
  • a08d3cfc33 Remove print statement. Dave Shawley 2016-08-09 15:12:11 -0400
  • 3b6703230b Add travis-ci Dave Shawley 2016-08-09 15:08:49 -0400
  • 5cad25c511 Bump version to 1.0.1. Dave Shawley 2016-08-09 15:08:35 -0400
  • 6132f11d70 Adjust development status -> beta. Dave Shawley 2016-08-09 15:07:48 -0400
  • b852a5f58f requirements: Remove testing.txt Dave Shawley 2016-08-09 15:07:31 -0400
  • 723479f6d5 setup.cfg: Not a universal distribution. Dave Shawley 2016-08-09 15:03:58 -0400
  • 71a27c50cd Merge pull request #2 from sprockets/add-install 1.0.0 Brian Korty 2016-03-15 15:02:27 -0400
  • 39f2b5cc6c Add installation method Ryan Mclean 2016-03-15 13:53:46 -0400
  • 53472d9af1 Merge pull request #1 from sprockets/fix-packaging Brian Korty 2015-09-28 11:51:52 -0400
  • d30223ecb7 Replace py_module usage with packages. Dave Shawley 2015-09-28 11:33:11 -0400
  • a70fbd5023 Fix the setup.py Gavin M. Roy 2015-09-24 15:10:21 -0400
  • 6131829c59 Update the README example Gavin M. Roy 2015-09-24 15:09:34 -0400
  • 9932e011d4 Fix the package name Gavin M. Roy 2015-09-24 15:02:32 -0400
  • 4c3f52bcb9 Fix the package name Gavin M. Roy 2015-09-24 15:01:10 -0400
  • 53f84ad7b1 Add a .gitignore Gavin M. Roy 2015-09-24 14:33:57 -0400
  • a2ca0082e0 Remove pyc Gavin M. Roy 2015-09-24 14:33:08 -0400
  • 7324bea384 Initial commit Gavin M. Roy 2015-09-24 14:29:18 -0400