#251 Upgrade happinesspacket_schema to 1.0.0 and add MANIFEST.in
Merged 4 years ago by jflory7. Opened 4 years ago by shraddhaag.
fedora-commops/ shraddhaag/fedora-happiness-packets minor-changes  into  master

@@ -0,0 +1,2 @@ 

+ include README LICENSE

+ include happinesspacket_schema/tests/*.py 

\ No newline at end of file

@@ -10,7 +10,7 @@ 

  

  setup(

      name="happinesspacket_schema",

-     version="0.1.2",

+     version="1.0.0",

      description="A schema package for Fedora Happiness Packets",

      long_description=README,

      url="https://pagure.io/fedora-commops/fedora-happiness-packets",

file modified
+1 -1
@@ -33,7 +33,7 @@ 

  factory-boy==2.9.2

  mozilla-django-oidc==1.2.2

  fedora-messaging>=1.4.0

- happinesspacket-schema>=0.1.2

+ happinesspacket-schema>=1.0.0

  celery[redis]==4.2.1

  django-celery-email==2.0.1

  psycopg2==2.7.5 # PostgreSQL driver

This commit adds:
1. MANIFEST.in so that LICENSE and test sub directory is included
in the PyPI package.
2. Upgrades the package to 1.0.0

The changes can be verified by checking the contents of TAR file of the package or installing it.

Metadata Update from @jflory7:
- Pull-request tagged with: PASSED, improvement, type - fedora-messaging, type - infra, type - summer coding
- Request assigned

4 years ago

This looks straightforward to me. Nice debugging work on this one @shraddhaag! This was a tricky one to figure out with pyp2rpm.

Merging! :ocean:

Pull-Request has been merged by jflory7

4 years ago