After updating to Unity 5.3 my sprite flipping using negative x scale effects the lighting. This happens only with shaders that have a normal(bump) map. I can not rotate the sprite to get the flip at this time given a large amount of rework this would intel.
This has been fixed… A few things come into play in finding out what was going on…
The light change was caused by the directional light… Remove the light and the change in brightness went away… This lead me to the shader that I was using. ( Shader Forge ), in the Geometry Tab I set the Normal Quality to Interpolated and the change in lighting when flipping the sprite was fixed.